This is a Simple User Registration & Login systems app done with Node.js Framework using MongoDB(Atlas) as the data store, Express as the routing system, Body-parser as the parser for webpage, Express-session used to track the user's session and of course Mongoose to make interacting with Mongo from Node easy.
Allows the user to register their account by filling their Email,PhoneNumber,Age,Password.
If the user has been registered on the app, can login by passing the credentials.
Here we use MongoDB Atlas(Cloud) as the database. Here we have two collection created, named as:
- users.
- sessions.
A Collection(Users) is populated with the user's credentials.
Tools that we need to run this app:
npm install
node server.js
The server will start Running on
Author | Profile Link |
---|---|
Anuj V Vaghani | Anuj Vaghani |
Made with ❤️ by Anuj Vaghani