This project was bootstrapped with Create React App.
To run the frontend:
npm install
npm start
- It should run locally at http://localhost:3000
To run the backend:
- see backend repo at https://github.com/rebeccatay92/cafe-node-backend
npm install
- run
docker-compose up
to start mongodb image npm run seed
to seed the databasenpm run dev
to start the server at http://localhost:3001