Backend for Odin
- Postgres
- TypeScript
- PostGraphile
Steps to run this project:
- Run
yarn
to install deps, also install Postgres cp .env.example .env
- Step through
odin-db-init-postgraphile.sql
and copypasta each piece intopsql
- Run
yarn start
Consider reviewing the example queries.