Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.