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
- Host: GitHub
- URL: https://github.com/roshan-metrix/express_auth_jwt_bcrypt
- Owner: Roshan-Metrix
- License: mit
- Created: 2025-06-30T02:45:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-02T08:41:37.000Z (12 months ago)
- Last Synced: 2025-07-02T09:38:34.493Z (12 months ago)
- Topics: bcrypt, cookie-parser, ejs, expressjs, javascript, jwt, mongodb, nodejs, tailwindcss
- Language: EJS
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license.txt
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).