Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satendra03/simple-auth

This is just a simple authentication application crafted using MongoDB, ExpressJS and NodeJS. Learning about authentication so created a simple application
https://github.com/satendra03/simple-auth

express express-js expressjs learing-by-code learning login mongodb mongodb-database node node-js nodejs signup

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```bash
│ .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.