An RESTful Node (Typescript) app for storing users and the lookups using KOA and typeOrm.
docker-compose up --build
- npm installinstall dependencies.
- npm run watch: start server in watch mode.
- npm start: start built server.
- npm run build: build typescript files.
typeorm is used for migrations,
- npm run typeorm: typeorm-cli.
MIT