- React.js
- Redux
- Material-UI
- Node + Express
- mongoDB
- Install mongoDB
- mongoose
To query the database we recommend MongoDB Compass https://www.mongodb.com/try/download/compass
Setup:
cd clientnpm install- copy
.env.sampleinto.envand fill in credentials
To run:
npm startornpm run dev- Open http://localhost:3000
Setup:
cd serveryarn install- copy
.env.sampleinto.envand fill in credentials - Make sure your database is running on your machine
To run:
yarn devornpm run devfor development,yarn startfor production- API end point would be
http://localhost:5001
- In Visual Studio Code install the Prettier extension.
- Go to Code -> Settings -> Preferences, search for
editor.formatOnSave, set to True.