Overview

For Complete documentation and Quick Start guide visit API Development Documentation

Run Locally

Docker & Hot Refresh

copy .env.example to .env

npm run docker

No-Docker & Hot Refresh

You will need to install PostgreSQL and have it running locally, or connect to remove server

  • copy .env.example to .env
  • configure database credentials
npm run dev