Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 286 Bytes

node-koa-typescript

Node.js Koa Structure for TypeScript Example

Installation

npm i
npm start

Run http://localhost:3000

Router

  • /health
  • /throw?foo=bar
  • /login?username=test&password=test fake login
  • /check login check
  • /logout