https://github.com/eddyerburgh/express-mongo-rest-api-boilerplate
An express REST API boilerplate with mongo and mongoose. Dockerized
https://github.com/eddyerburgh/express-mongo-rest-api-boilerplate
Last synced: 6 months ago
JSON representation
An express REST API boilerplate with mongo and mongoose. Dockerized
- Host: GitHub
- URL: https://github.com/eddyerburgh/express-mongo-rest-api-boilerplate
- Owner: eddyerburgh
- License: other
- Created: 2016-12-16T13:38:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T12:03:41.000Z (about 9 years ago)
- Last Synced: 2024-12-30T04:26:39.735Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express REST API Boilerplate
An Express REST API boilerplate for the modern developer
## Installation
cd into directory and run:
```
yarn install
```
(not got Yarn? [JOIN US](https://yarnpkg.com/en/docs/install), or just run ```npm install```)
## Usage
```
npm start
```