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.
- Host: GitHub
- URL: https://github.com/ishashanknigam/user-authentication-with-node-js
- Owner: ishashanknigam
- Created: 2025-02-07T18:04:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T18:11:32.000Z (over 1 year ago)
- Last Synced: 2025-04-05T09:15:22.393Z (about 1 year ago)
- Topics: express-middleware, expressjs, jwt, jwt-authentication, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.