https://github.com/yesarib/authentication
🌱 This project is a simple authentication system built with Node.js and MongoDB.
https://github.com/yesarib/authentication
api-rest auth authentication authorization bcrypt mongodb nodejs
Last synced: about 2 months ago
JSON representation
🌱 This project is a simple authentication system built with Node.js and MongoDB.
- Host: GitHub
- URL: https://github.com/yesarib/authentication
- Owner: Yesarib
- Created: 2023-07-10T14:18:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T14:02:15.000Z (over 2 years ago)
- Last Synced: 2025-07-12T07:33:40.603Z (11 months ago)
- Topics: api-rest, auth, authentication, authorization, bcrypt, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication
## Introduction
This project is a Node.js and MongoDB-based authentication system. This project is an API for web site or applications.
Users can log in with their email address and password. The project is designed to learn about authentication topics such as password hashing with bcrypt and token creation and usage.
## Installation
To install the project, follow these steps:
1. Clone the project from GitHub.
2. Go to the project directory.
3. To install the required dependencies, run the following command:
`npm install`
4. To start the project, run the following command:
`npm start`
5. The project will be started at http://localhost:3000.