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