To run locally in development mode, please provide your own MongoDB Atlas database.
Create a .env file in the root folder with the following fields:
SECRET=<Generate a secret key for encrypting cookies>
DATABASE=<your mongodb atlas url here>
To start the server/web client/mobile client, cd into the respective folder and use the script npm start
This project was bootstrapped with Create React App.