Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasimy-as/mongonode-auth
A web application for login and register, then authenticate using Node.js in server, EJS in HTML templating, and MongoDB as the database (NoSQL).
https://github.com/hasimy-as/mongonode-auth
Last synced: 5 days ago
JSON representation
A web application for login and register, then authenticate using Node.js in server, EJS in HTML templating, and MongoDB as the database (NoSQL).
- Host: GitHub
- URL: https://github.com/hasimy-as/mongonode-auth
- Owner: hasimy-as
- License: mit
- Created: 2019-08-08T05:59:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:15:50.000Z (about 2 years ago)
- Last Synced: 2024-11-02T00:11:33.657Z (about 2 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoNode-Auth
A web application for login and register, then authenticate using Node.js in server, EJS in HTML templating, and MongoDB as the database (NoSQL).
# Project Status
[![Github license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hasimy-as/MongoNode-Auth/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/)## Version 1.0.1
Updated register and login, also login-session.
# Usage
Follow the instructions below:
```sh
First, clone/download the repository.Secondly, run this command in your CLI/Terminal to install the needed dependencies (npm install --save).
Third, run the app by typing this command in your CLI/Terminal (npm run dev)
```
## Licensed under the [MIT](https://raw.githubusercontent.com/hasimy-as/MongoNode-Auth/master/LICENSE) License.
Happy coding!
~Hasimy