Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco authored Nov 28, 2023
1 parent c5633aa commit 84e4b47
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ Fork the repo and clone it locally. Then:

3. Put Google Maps API key at utils/MapUtility.js (const API_KEY)

4. Run frontend and backend
4. In the front end folder, put the following keys in a .env file:
- REACT_APP_MAP_API_KEY (please, reach out to us for the exact key)
- REACT_APP_BACKEND==http://localhost:4000

5. In the back end folder, put the following keys in a .env file:
- MONGODB_URI= (please, reach out to us for the exact key)
- FRONT_END_DOMAIN=http://localhost:3000
- JWT_EXP_DAYS=60
- JWT_SECRET= (will be used in deployment...)
- EXPRESS_APP_MAP_API_KEY (please, reach out to us for the exact key)

6. To run backend tests cd to the backend folder and run:
```bash
npm test
8. Run frontend and backend
```bash
npm start

Expand Down

0 comments on commit 84e4b47

Please sign in to comment.