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

https://github.com/ishashanknigam/user-authentication-with-node-js

User Authentication System from scratch using Nodejs and Express.
https://github.com/ishashanknigam/user-authentication-with-node-js

express-middleware expressjs jwt jwt-authentication mongodb mongoose nodejs

Last synced: 3 months ago
JSON representation

User Authentication System from scratch using Nodejs and Express.

Awesome Lists containing this project

README

          

# User Authentication API with Node.js

This is a simple User Authentication API built using Node.js, Express, MongoDB, and JWT. It provides endpoints for user registration, login, and authentication.

## Features
- User Registration
- User Login
- Authentication using JWT
- Protected Routes

## Installation

1. Clone the repository:
```sh
git clone https://github.com/ishashanknigam/User-Authentication-with-Node-Js.git
```
2. Navigate to the project directory:
```sh
cd User-Authentication-with-Node-Js
```
3. Install dependencies:
```sh
npm install
```
4. Start the server:
```sh
npm start
```

## Technologies Used
- Node.js
- Express.js
- MongoDB
- Mongoose
- JWT (JSON Web Token)
- bcrypt.js (Password Hashing)

## License
This project is licensed under the MIT License.