672 B
672 B
Crabfit 
Align your schedules to find the perfect time that works for everyone.
Setup
- Clone the repo.
- Run
yarnin both folders. - Run
node index.jsin the backend folder to start the API. - Run
yarn startin the frontend folder to start the front end.
Deploy
Frontend
- In the frontend folder
cd crabfit-frontend - Run
./deploy.shto compile and deploy.
Backend
- Deploy the backend
cd crabfit-backend && gcloud app deploy --project=crabfit - Deploy the endpoints service
cd crabfit-backend && gcloud endpoints services deploy swagger.yaml