mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Updating README
This commit is contained in:
@@ -1,26 +1,20 @@
|
||||
# babel-free-koa2-api-boilerplate
|
||||
[](http://standardjs.com)
|
||||
|
||||
[](https://coveralls.io/github/christroutner/babel-free-koa2-api-boilerplate?branch=unstable)
|
||||
|
||||
[](https://github.com/semantic-release/semantic-release)
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
# koa-api-boilerplate
|
||||
[](http://standardjs.com) [](https://coveralls.io/github/christroutner/babel-free-koa2-api-boilerplate?branch=unstable) [](https://github.com/semantic-release/semantic-release) [](https://greenkeeper.io/)
|
||||
|
||||
|
||||
This repoository is a boilerplate for building APIs with
|
||||
[koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb.
|
||||
This repository is a boilerplate for building APIs with
|
||||
[koa2](https://github.com/koajs/koa/tree/v2.x) and Mongo DB.
|
||||
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
|
||||
- Removes babel as a dependency. This repository is now naively compatible with
|
||||
node v8.9 or higher.
|
||||
|
||||
- Replaced `bcrypt` dependency with `bcryptjs`. This improves compatibility across
|
||||
versions of node.js and across OSs.
|
||||
|
||||
- Configured for Travis CI (continuous integration), Coveralls (code coverage), GreenKeeper (automated dependency management), and Semantic Release (automated versioning).
|
||||
- Configured for Travis CI (continuous integration), Coveralls (code coverage), Green Keeper (automated dependency management), and Semantic Release (automated versioning).
|
||||
|
||||
- 'Production' environment is targeted for packaging as a Docker container.
|
||||
|
||||
@@ -41,7 +35,7 @@ This project covers basic necessities of most APIs.
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
git clone https://github.com/christroutner/koa-api-boilerplate/tree/docker
|
||||
git clone https://github.com/christroutner/koa-api-boilerplate
|
||||
```
|
||||
|
||||
## Structure
|
||||
|
||||
Reference in New Issue
Block a user