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: 10 months ago
JSON representation
Koa 2 RESTful API boilerplate
- Host: GitHub
- URL: https://github.com/jsnomad/koa-restful-boilerplate
- Owner: jsnomad
- Created: 2016-02-17T21:43:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T06:59:45.000Z (almost 7 years ago)
- Last Synced: 2025-06-17T13:41:52.194Z (12 months ago)
- Topics: async-await, babel, boilerplate, es6, koa-restful-boilerplate, koa2, mongodb, mongoose, nodejs, rest, rest-api, restful
- Language: JavaScript
- Size: 26.4 KB
- Stars: 143
- Watchers: 10
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)