post-images-endpoint #2
|
@ -9,7 +9,13 @@ bun install
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
```bash
|
```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.
|
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||||
|
|
Loading…
Reference in New Issue