/effect-backend

Small multi purpose backend for Effect.AI

Primary LanguageTypeScript

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