Skip to content

Files

Latest commit

5ebb949 · May 19, 2024

History

History
18 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 456 Bytes

Elysia with Bun runtime

Development

Copy the example environment configuration:

cp .env-example .env

To start the development environment run:

./scripts/restart-docker

this will automatically run migrations and seed some test data.

Open http://localhost:8888/ with your browser to test the API server is running, or use the following CURL request to check the connection:

curl http://localhost:8888/health-check