Find a file
2021-03-03 15:37:27 +11:00
crabfit-backend Create event with API and load event details 2021-03-03 15:37:27 +11:00
crabfit-frontend Create event with API and load event details 2021-03-03 15:37:27 +11:00
.gitignore Initial commit 2021-02-26 13:19:13 +11:00
README.md Initial commit 2021-02-26 13:19:13 +11:00

Crabfit

Align your schedules to find the perfect time that works for everyone.

Setup

  1. Clone the repo.
  2. Run yarn in both folders.
  3. Run node index.js in the backend folder to start the API.
  4. Run yarn start in the frontend folder to start the front end.