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

https://github.com/roshan-metrix/express_auth_jwt_bcrypt

Authentication and Authorization based app
https://github.com/roshan-metrix/express_auth_jwt_bcrypt

bcrypt cookie-parser ejs expressjs javascript jwt mongodb nodejs tailwindcss

Last synced: 3 months ago
JSON representation

Authentication and Authorization based app

Awesome Lists containing this project

README

          

# Express Auth Jwt Bcrypt

This is a authentication and authorization based security app.

## Table of Contents

- [Technologies-Used](#technologies-used)

- [Installation](#installation)

- [License](#license)

## Technologies-Used

- Nodejs

- ExpressJs

- Mongodb

- Tailwindcss

- JWT & BCRYPT

## Installation

Step-by-step instructions to set up the project locally:

1. Clone the repository:

https://github.com/Roshan-Metrix/express_auth_jwt_bcrypt.git


2. Navigate to the project directory:

cd express_auth_jwt_bcrypt

3. Install dependencies

npm install

5. Add your mongodb url , for eg:

http://localhost:27017/app

6. Run App

node app.js


## License

This project is licensed under the [MIT License](license.txt).