Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 481 Bytes

BitPoint REST

An RESTful Node (Typescript) app for storing users and the lookups using KOA and typeOrm.

Installation with Docker

docker-compose up --build

Installation

  • npm install install dependencies.

Useful commands

  • npm run watch: start server in watch mode.
  • npm start: start built server.
  • npm run build: build typescript files.

Manage migrations

typeorm is used for migrations,

  • npm run typeorm: typeorm-cli.

LICENSE

MIT