To run backend
npm install
npm run build
docker-compose up
to start docker container for mongodbnpm run seed
to seed the databasenpm run dev
to start the server at http://localhost:3001
To run frontend:
- see repo at https://github.com/rebeccatay92/cafe-react-frontend
npm install
npm start
to start the server at http://localhost:3000