fix(util): Added util dir that allows for manipulation of the db

This commit is contained in:
Chris Troutner
2019-02-07 16:42:48 -08:00
parent 6cdefda26e
commit 7c6e9c7e9a
+4 -2
View File
@@ -8,8 +8,10 @@
[![Greenkeeper badge](https://badges.greenkeeper.io/christroutner/babel-free-koa2-api-boilerplate.svg)](https://greenkeeper.io/)
Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb.
This repository is forked from Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate).
This repoository is a boilerplate for building APIs with
[koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb.
This repository was originally forked from Adrian Obelmejias'
[koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate).
It makes the following modifications:
- Remove babel as a dependency. This repository is now natively compatible with