learning basic Koa + mongo stack and Testing
The idea is to have an interactive Bulletin Board project, with the following routes :
- /user
- /building
- /bulletin
I plan to use circleci for the deployment process, based on Docker container published on ec2 instance.
CRUD for the following:
- /user
- /building
- /billboard
full document will be described in swagger.yml file.
npm test
will invoke mocha based unit test.