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

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.

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.