Don't forget to:
- Install dependencies both in server and front via
npm install
- Then run the server and the front!
- In the server section add a file called
.env
with these environment variables:
DBURL=mongodb://localhost:27017/reactAuthentication
PORT=3010