The framework for user authentication managed in a MongoDB Live Demo
Create a .env file with your info from example-env.txt
Generally I run two different terminals
In the main folder, first terminal
yarn install
yarn start
In the client folder, second terminal
yarn install
yarn start