2023-12-25 11:55:52 +00:00
|
|
|
# bot-api
|
2023-12-08 13:05:20 +00:00
|
|
|
|
|
|
|
To install dependencies:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
bun install
|
|
|
|
```
|
|
|
|
|
|
|
|
To run:
|
|
|
|
|
|
|
|
```bash
|
2023-12-25 11:35:59 +00:00
|
|
|
docker compose up
|
|
|
|
```
|
|
|
|
|
|
|
|
For testing, remember:
|
|
|
|
```bash
|
|
|
|
docker compose down -v
|
|
|
|
docker compose run bot-api bun run test
|
2023-12-08 13:05:20 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|