Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 569 Bytes

readme.md

File metadata and controls

32 lines (20 loc) · 569 Bytes

Koa App

Koa

Koa is a minimalistic and modern web framework for Node.js, designed to provide a more expressive and streamlined way to build web applications and APIs. It was developed by the same team behind Express.js, but with a focus on more fine-grained control over the middleware stack and a more modular approach.

Installing Koa

npm i --global koa

Running Project on Local

  • Starting CockroachDB
sudo docker-compose up
  • Installing Project Dependencies
npm install
  • Running project
npm run start