elysia-starter
A batteries included starter for building an API using bun and Elysia
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
api
amorriscode/elysia-starter
Just deployed
Elysia Starter is a batteries included starter for building an API using bun and Elysia.
Includes:
- Bun toolkit
- Elysia API framework
- TypeScript
- Linting
- Prisma and Postgres
- JWT authentication
- Static file support
To get started, clone the repo and simply run bun run dev
.
Template Content
DATABASE_URL=${{Postgres.DATABASE_URL}}