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

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

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
```