Find a file
Benjamin Grant 4aeb580548
Merge pull request #4 from GRA0007/dev
Recently visited and browser extension
2021-04-15 18:05:39 +10:00
crabfit-backend Dev database 2021-04-12 13:06:10 +10:00
crabfit-browser-extension Chrome and Firefox extension 2021-04-15 18:04:28 +10:00
crabfit-frontend Chrome and Firefox extension 2021-04-15 18:04:28 +10:00
.gitignore Dark mode toggle in settings 2021-04-12 12:09:10 +10:00
README.md Featured on Product Hunt! 2021-04-11 17:23:50 +10:00

Crabfit avatar

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

Crab Fit - Use your availability to find a time that works for everyone | Product Hunt

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