GitXplorerGitXplorer
d

bowles-friday-training

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b3c1d0a08c66f2900c3ce691e8b19bd65fa9713f

Update bookings.jsx

ddomwakeling committed 3 months ago
Unverified
bfb44e1a971fb60f084a62bf91171ce87c72b600

Add October fun race

ddomwakeling committed 4 months ago
Unverified
c209c298ac33cc01abe7d62aa1b248de43819d9c

Close booking for maintenance

ddomwakeling committed 5 months ago
Unverified
e0477f895d17b41d9fc97abc68d3b73ef2c64526

Fix typo in date

ddomwakeling committed 9 months ago
Unverified
5c7257ea6b5915aecf88db93ac0e113e71caf6ae

Add fun race

ddomwakeling committed 9 months ago
Unverified
bde016b1c235b21359c860910500f9e5ef0058db

Fix server-side race count

ddomwakeling committed a year ago

README

The README file for this repository.

Simple App for Booking Friday Night Training ...

... required (if at all) due to restrictions caused by Covid.

Based on a starter project, and uses a (stripped down) version of react-nextjs-toast for on-screen notifications.

Functionality:

  • email-based accounts with email resets
  • add racers to an account (no ability to edit/delete, requires db admin; racers are unique to a user but not unique objects)
  • add/remove racers from the present week's booking (always shows "this Friday", so booking for the week opens on Saturday morning)

Live database hosted on MongoDB Atlas.

NB: does not work with Node v17.x, use Node v16.x