0.1.8 • Published 2 years ago

copernicus-api v0.1.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Copernicus API

A fake banking API that's designed to be used in place of the Galileo API for testing purposes.

Built with the koa Node.js framework. Based on the node-typescript-koa-rest boilerplate.

Getting started

To work locally with this project, follow the steps below:

  1. Fork, clone or download this project
  2. npm install
  3. Copy .example.env to .env and set variables as required
  4. npm run create-tables
  5. Preview your project: npm run watch-server
  6. Build and run the project in JS: npm run build && npm run start
  7. Run unit tests: npm run test

Built by Douugh.