Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```