Backend for aldahick's personal site. Powered by athena, an extensible web server framework.
- Install Node.JS 20.10+ and PostgreSQL.
- Copy
.env.example
to.env
and modify appropriately. pnpm dev
- Write Orchid models in
./src/model
. pnpm db new $migration_name
pnpm db migrate