https://github.com/fsojitra/node.js-register-login-app
:tada: Node.js login, registration using Express, mongoose, express-sessions and ejs
https://github.com/fsojitra/node.js-register-login-app
ejs ejs-templates express-js express-middleware express-session expressjs login-system mongodb mongoose mongoosejs node node-js node-module nodejs nodejs-modules nodemon npm npm-package register registration
Last synced: 8 months ago
JSON representation
:tada: Node.js login, registration using Express, mongoose, express-sessions and ejs
- Host: GitHub
- URL: https://github.com/fsojitra/node.js-register-login-app
- Owner: fsojitra
- License: mit
- Created: 2017-11-10T07:42:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T16:06:25.000Z (over 3 years ago)
- Last Synced: 2024-11-12T16:02:25.694Z (about 1 year ago)
- Topics: ejs, ejs-templates, express-js, express-middleware, express-session, expressjs, login-system, mongodb, mongoose, mongoosejs, node, node-js, node-module, nodejs, nodejs-modules, nodemon, npm, npm-package, register, registration
- Language: EJS
- Homepage: https://nodejs-register-login-app.herokuapp.com
- Size: 41 KB
- Stars: 132
- Watchers: 1
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Node.js-Register-Login-App
This is a user login and registration app using Node.js, Express, Mongoose, EJS and express-sessions.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. :heart:
### Prerequisites
You need to have installed Node.js, NPM and MongoDB in your System.
### Installing
```
npm install
```
### To Run
```
nodemon server.js
```
Code is Running on
+ http://localhost:3000/
### To checkout live
https://nodejs-register-login-app.herokuapp.com
### Do not forget to leave a star! :hugs:
:heart_eyes: Thanks