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
- Host: GitHub
- URL: https://github.com/effectai/effect-backend
- Owner: effectai
- Created: 2024-04-18T08:42:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T08:29:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T15:46:06.903Z (about 1 year ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```