Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsnomad/koa-restful-boilerplate

Koa 2 RESTful API boilerplate
https://github.com/jsnomad/koa-restful-boilerplate

async-await babel boilerplate es6 koa-restful-boilerplate koa2 mongodb mongoose nodejs rest rest-api restful

Last synced: 22 days ago
JSON representation

Koa 2 RESTful API boilerplate

Awesome Lists containing this project

README

        

# Koa 2 Restful Boilerplate

## Description

Koa 2 RESTful API using :

* Koa 2
* Mongodb + Mongoose
* Babel
* Asynchronous Functions (Async/Await)

## Running

Install dependencies

```
npm install
```

Start a Local Server

```
npm start
```

Run Test

```
npm test
```

Building and Running Production Server

```
npm run prod
```

**Note : Please make sure your MongoDB is running before using `npm start` or `npm run prod`**

## License

MIT © [Thomas Blanc-Hector](https://github.com/jsnomad)