An RESTful Node (Typescript) app for storing users and the lookups using KOA and typeOrm.
docker-compose up --build
npm install
install 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