Find a file
2021-03-11 01:33:22 +11:00
crabfit-backend CORS access through google endpoints 2021-03-05 14:27:54 +11:00
crabfit-frontend Use time format on event details 2021-03-11 01:33:08 +11:00
.gitignore Initial commit 2021-02-26 13:19:13 +11:00
README.md Ready for deployment 2021-03-05 05:23:20 +11:00

Crabfit avatar

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.

Deploy

Frontend

  1. In the frontend folder cd crabfit-frontend
  2. Run ./deploy.sh to compile and deploy.

Backend

  1. Deploy the backend cd crabfit-backend && gcloud app deploy --project=crabfit
  2. Deploy the endpoints service cd crabfit-backend && gcloud endpoints services deploy swagger.yaml