Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prinuvinod/authentication-website
Simple Login Form using NodeJS
https://github.com/prinuvinod/authentication-website
css cyclic-deployment ejs expressjs javascript mongodb mongoose nodejs passportjs stylesheets
Last synced: about 2 months ago
JSON representation
Simple Login Form using NodeJS
- Host: GitHub
- URL: https://github.com/prinuvinod/authentication-website
- Owner: PrinuVinod
- License: mit
- Created: 2023-12-16T13:02:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:39:49.000Z (12 months ago)
- Last Synced: 2024-04-16T11:21:47.554Z (8 months ago)
- Topics: css, cyclic-deployment, ejs, expressjs, javascript, mongodb, mongoose, nodejs, passportjs, stylesheets
- Language: EJS
- Homepage: https://4zlt4w-3000.csb.app/register
- Size: 3.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login-Form
A normal Register and Login Form created in NodeJs using Express, Passport.# Database
Uses MongoDB Atlas free Database## Installation
In the project Root Directory:
```
npm i express mongoose dotenv ejs body-parser express-session passport passport-local passport-local-mongoose
```# How to Run in Local Devices
in gitbash Terminal:```
node app.js
```
It will run in localhost port 3000 or the port you specify in dotenv file.