Koa 2 RESTful API using :
- Koa 2
- Mongodb + Mongoose
- Babel
- Asynchronous Functions (Async/Await)
- restc
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
MIT © NCZkevin