effectai / effect-backend

Small multi purpose backend for Effect.AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small multi purpose backend for Effect.AI


Languages

Language:TypeScript 92.4%Language:Shell 4.9%Language:Dockerfile 2.7%