Skip to content

cjbeery24/koa-api

Repository files navigation

Setup

  1. Install dependencies
npm install
  1. Copy .env.example to .env.local and populate it
cp .env.example .env.local
  1. Create database tables if the don't already exist
npm run db-sync-local
  1. Run Local Server
npm run local

Testing

  1. Copy .env.example to .env.test and populate it
cp .env.example .env.test
  1. Run tests
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published