Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsnomad/koa-restful-boilerplate
- Owner: jsnomad
- Created: 2016-02-17T21:43:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T06:59:45.000Z (over 5 years ago)
- Last Synced: 2024-09-30T02:21:14.921Z (about 1 month 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)