https://github.com/zevhys/express-auth-system
web backend application with simple authentication
https://github.com/zevhys/express-auth-system
backend ejs express html-css-javascript mongodb nodejs
Last synced: about 1 year ago
JSON representation
web backend application with simple authentication
- Host: GitHub
- URL: https://github.com/zevhys/express-auth-system
- Owner: Zevhys
- License: mit
- Created: 2024-10-29T12:13:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T12:36:59.000Z (about 1 year ago)
- Last Synced: 2025-06-13T09:09:34.884Z (about 1 year ago)
- Topics: backend, ejs, express, html-css-javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# express-auth-system
[](https://www.linkedin.com/in/rakha-djauhari/) [](https://github.com/Zevhys/express-auth-system/blob/main/LICENSE)  [](https://github.com/Zevhys/express-auth-system/actions/workflows/codeql.yml) [](https://github.com/Zevhys/express-auth-system/actions/workflows/eslint.yml) 
This project is designed as a scalable and user-friendly backend application, providing a robust foundation for implementing authentication, route security, and enhanced user feedback through styled flash messages.
# Tech Stack







# Requirements
```bash
# Clone Repository
git clone https://github.com/Zevhys/express-auth-system .
# Install Dependencies
npm install
# Start MongoDB
- mongod
- mongosh
# Run The Application
- node index.js
- visit http://localhost:8000
```