https://github.com/kalwabed/nodejs-login-boilerplate
simple implementation login-register system with NodeJS
https://github.com/kalwabed/nodejs-login-boilerplate
ejs-express expressjs mongoose nodejs passportjs
Last synced: about 1 month ago
JSON representation
simple implementation login-register system with NodeJS
- Host: GitHub
- URL: https://github.com/kalwabed/nodejs-login-boilerplate
- Owner: kalwabed
- Created: 2020-04-20T01:20:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:37:09.000Z (over 2 years ago)
- Last Synced: 2025-08-04T22:32:27.011Z (10 months ago)
- Topics: ejs-express, expressjs, mongoose, nodejs, passportjs
- Language: JavaScript
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-login-boilerplate
simple implementation login-register system with NodeJS



### Stack what use
- NodeJs
- ExpressJs
- PassportJs
- Ejs (template engine)
- Bootstrap
- Mongoose(MongoDB driver)
### Installing
* [Fork](https://github.com/kaliwa/nodejs-login-boilerplate/fork) or clone this repo
change the keys file in config/keys with your MongoUri
```
npm install
```
```
npm start
```
Visit http://localhost:5000
### Author
[kaliwa](https://github.com/kaliwa)