Skip to content

This is just a simple authentication application crafted using MongoDB, ExpressJS and NodeJS. Learning about authentication so created a simple application

License

Notifications You must be signed in to change notification settings

satendra03/simple-auth

Repository files navigation

User Management System

This is a simple user management system built with Node.js, Express, and MongoDB. It allows users to sign up and log in.


Features

  • User sign-up with name, email, and password
  • User login with email and password
  • Form validation and error handling
  • MongoDB integration for user data storage

Project Structure

│   .gitignore
│   app.js
│   connection.js
│   package-lock.json
│   package.json
│   README.md
│   
├───controllers
│       index.js
│       users.js
│       
├───models
│       users.js
│       
├───public
│   ├───images
│   ├───javascripts
│   └───stylesheets
│           form.css
│           style.css
│
├───routes
│       index.js
│       users.js
│       
└───views
        error.ejs
        home.ejs
        login.ejs
        signup.ejs

License

This project is licensed under the MIT License.

About

This is just a simple authentication application crafted using MongoDB, ExpressJS and NodeJS. Learning about authentication so created a simple application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published