An open API service indexing awesome lists of open source software.

https://github.com/effectai/effect-backend

Small multi purpose backend for Effect.AI
https://github.com/effectai/effect-backend

Last synced: 11 months ago
JSON representation

Small multi purpose backend for Effect.AI

Awesome Lists containing this project

README

          

# Elysia with Bun runtime

## Development
Copy the example environment configuration:
```bash
cp .env-example .env
```
To start the development environment run:
```bash
./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:
```bash
curl http://localhost:8888/health-check
```