Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexander-elgin/express-passport-boilerplate

A HTTP server (back end only) with DB support & auth features
https://github.com/alexander-elgin/express-passport-boilerplate

es6 express mongoose passport-js

Last synced: 2 months ago
JSON representation

A HTTP server (back end only) with DB support & auth features

Awesome Lists containing this project

README

        

# Express.js ES6 Mongoose Passport boilerplate

A HTTP server (back end only) with DB support & auth features

## Main Features
- es6
- express
- mongoose
- passport
- validator

## Dependencies
- Node.js
- npm OR yarn
- MongoDB

## Install
```sh
$ yarn install
```

## Launch
```sh
$ yarn run dev
```