All Projects → m-nathani → node-typescript-starter

m-nathani / node-typescript-starter

Licence: AGPL-3.0 license
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to node-typescript-starter

Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (+3789.47%)
Mutual labels:  cors, koa, crud, koa2
koa2-winston
koa2 version winston logger like express-winston
Stars: ✭ 37 (+94.74%)
Mutual labels:  koa, winston, koa2
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (+221.05%)
Mutual labels:  koa, crud, starter
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (-15.79%)
Mutual labels:  node-js, node-module
ifto
A simple debugging module for AWS Lambda (λ) timeout
Stars: ✭ 72 (+278.95%)
Mutual labels:  node-js, node-module
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (+115.79%)
Mutual labels:  mysql-database, node-js
Allorigins
👽 Pull contents from any page as JSON via API
Stars: ✭ 343 (+1705.26%)
Mutual labels:  cors, node-js
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (+89.47%)
Mutual labels:  koa, koa2
winston-dev-console
Winston@3 console format aimed to improve development UX
Stars: ✭ 88 (+363.16%)
Mutual labels:  winston, node-js
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+8378.95%)
Mutual labels:  koa, koa2
node-ts-dedent
TypeScript package which smartly trims and strips indentation from multi-line strings
Stars: ✭ 119 (+526.32%)
Mutual labels:  node-js, node-module
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (+26.32%)
Mutual labels:  koa, koa2
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (+400%)
Mutual labels:  cors, node-js
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (+421.05%)
Mutual labels:  crud, typeorm
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (-15.79%)
Mutual labels:  koa, koa2
node-mysql
Node with mysql boilerplate
Stars: ✭ 72 (+278.95%)
Mutual labels:  mysql-database, node-module
biguint-format
Node.js module to format big uint numbers from a byte array or a Buffer
Stars: ✭ 16 (-15.79%)
Mutual labels:  node-js, node-module
koa2-proxy
基于koa@next的代理工具,支持http和https,并且可以当做本地服务器使用
Stars: ✭ 42 (+121.05%)
Mutual labels:  koa, koa2
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+1200%)
Mutual labels:  koa, koa2
koa-restful-boilerplate
A boilerplate for koa2 RESTful API development
Stars: ✭ 31 (+63.16%)
Mutual labels:  cors, koa2

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].