/koa-restful-boilerplate

Koa 2 RESTful API boilerplate

Primary LanguageJavaScript

Koa 2 Restful Boilerplate Circle CI

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