Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 545 Bytes

Rex API

Backend for aldahick's personal site. Powered by athena, an extensible web server framework.

Setup

  1. Install Node.JS 20.10+ and PostgreSQL.
  2. Copy .env.example to .env and modify appropriately.
  3. pnpm dev

Operations

Database schema changes

  1. Write Orchid models in ./src/model.
  2. pnpm db new $migration_name
  3. pnpm db migrate