Skip to content

msjadhav03/koa-cockroach-crud

Repository files navigation

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

About

Koa.js, CockroachDB, CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published