Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexander-elgin/express-passport-boilerplate
- Owner: alexander-elgin
- License: mit
- Created: 2018-11-20T09:18:09.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T05:33:45.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T23:52:47.120Z (3 months ago)
- Topics: es6, express, mongoose, passport-js
- Language: JavaScript
- Homepage:
- Size: 738 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```