Simple app that exposes a few REST endpoints developed using koajs.
First make sure that you have installed nodejs and mogodb. After this, check the file 'db-configs.json' for your database URL and database name.
Go to the root folder and run:
- npm install
- nodemon server
That's all.