How to run the server locally
- Extract the file
- Add .env file at the root of frontend and backend
- Add
DATABASE
&JWT_SECRET
variable in the .env file of backend - Add
REACT_APP_API_URL=http://localhost:5000/api
- Run
npm install
in frontend and backend - Run
npm start
to both frontend and backend - Navigate to
http://localhost:3000
to the browser