Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevhys/express-auth-system
web backend application with simple authentication
https://github.com/zevhys/express-auth-system
ejs express html-css-javascript mongodb nodejs
Last synced: about 2 months 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:07:45.000Z (about 2 months ago)
- Last Synced: 2024-11-07T12:37:34.494Z (about 2 months ago)
- Topics: ejs, express, html-css-javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 126 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
[![Author](http://img.shields.io/badge/[email protected])](https://www.linkedin.com/in/rakha-djauhari/) ![GitHub license](https://badgen.net/github/license/Zevhys/express-auth-system) ![GitHub repo size](https://img.shields.io/github/repo-size/Zevhys/express-auth-system) [![CodeQL](https://img.shields.io/github/actions/workflow/status/Zevhys/express-auth-system/codeql.yml?label=CodeQL&logo=github)](https://github.com/Zevhys/express-auth-system/actions/workflows/codeql.yml) [![ESLint](https://img.shields.io/github/actions/workflow/status/Zevhys/express-auth-system/eslint.yml?label=ESLint&logo=eslint)](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
![HTML](https://img.shields.io/badge/HTML-E34F26?style=flat-square&logo=html5&logoColor=ffffff)
![CSS](https://img.shields.io/badge/CSS-1572B6?style=flat-square&logo=css3&logoColor=ffffff)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![Express.js](https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white)
![EJS](https://img.shields.io/badge/EJS-023430?style=flat-square&logo=ejs&logoColor=ffffff)
![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=ffffff)# Requirements
```bash
# Install Dependencies
npm install# Clone Repository
git clone https://github.com/Zevhys/express-auth-system .# Start MongoDB
- mongod
- mongosh# Run The Application
- node index.js
- visit http://localhost:8000
```