npm install
cp .env.example .env
npx knex migrate:latest
See src/config.js for allowed configuration values.
npm run start:dev
There are a collection of test HTTP requests in test.http.
Note: To run the HTTP requests you must have the Visual Studio Code REST Client extension installed.