post-images-endpoint #2

Merged
bizcochito merged 5 commits from post-images-endpoint into main 2023-12-25 11:37:17 +00:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit e29ef4b953 - Show all commits

View File

@ -9,7 +9,13 @@ bun install
To run:
```bash
bun run index.ts
docker compose up
```
For testing, remember:
```bash
docker compose down -v
docker compose run bot-api bun run test
```
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.