m-nathani / node-typescript-starter

REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.5%Language:Dockerfile 0.5%