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

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

Awesome Lists containing this project

README

          

# nodejs-login-boilerplate
simple implementation login-register system with NodeJS

![Index](/assets/doc/index.png "index page")
![Login](/assets/doc/login.png "login")
![Register](/assets/doc/register.png "register")

### 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)