Installation steps for these prerequisites are detailed in the following sections.
/server/database/schema.ts.bun run db:generate. - POST /api/<resource> -> create
- GET /api/<resource> -> list
- GET /api/<resource>/:id -> read
- PUT /api/<resource>/:id -> update
- DELETE /api/<resource>/:id -> delete
The following sections explain how to install these prerequisites.