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.
npm i --global koa
- Starting CockroachDB
sudo docker-compose up
- Installing Project Dependencies
npm install
- Running project
npm run start