A demo page for building user authentication page using node.js
- Node-js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- Npm - Npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js.
- MongoDB Atlas - MongoDB Atlas is the global cloud database service for modern applications. Deploy fully managed MongoDB across AWS, Azure, or GCP.
This is the screenshot1 of demo
If a user tries to signup with an existing username
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
- To do more styling to make this website user interactive.