-
Register Page - A user is allowed to register to the Application/website with unique email, if it does not exist in the MongoDB
-
Login Page - A user which exists in the DB can log in to the portal and is allowed to access the further content of the Web App.
-
Dashboard Page - Once a user is Authenticated they are Re-directed to this page. It is protected and is accessible only by the Signed in user.
npm install
npm run serve
please Sign up to mongodb atlas, create a project, add a database to that project and get the Uri to connect the application to the DB. Paste the uri as a value to MongoUri key in the "server/config/keys.js" file, i have added a comment there also
Uri will look like this String "mongodb://username:password@mongodb0.example.com:27017/?authSource=admin"
replace the username and password with your's
npm install
npm i nodemon -g
npm run dev




