Go to file
Alie 97b0599c0f Merge remote-tracking branch 'refs/remotes/origin/develop' into develop 2023-12-29 09:54:16 +01:00
.gitea/workflows updated container used for workflow 2023-12-29 08:44:40 +00:00
src remove unused variable 2023-12-29 09:53:31 +01:00
tests fmt 2023-12-27 20:41:35 +01:00
.dockerignore Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
.gitignore fmt 2023-12-27 20:41:35 +01:00
Dockerfile Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
README.md Changed title of README.md 2023-12-25 12:55:52 +01:00
compose.yaml fmt 2023-12-27 20:41:35 +01:00
mongo-init.js fixed mongo issues, why does it need to end with s??? 2023-12-27 20:03:22 +01:00
package.json fmt 2023-12-27 20:41:35 +01:00
tsconfig.json first commit 2023-12-08 14:05:20 +01:00

README.md

bot-api

To install dependencies:

bun install

To run:

docker compose up

For testing, remember:

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 is a fast all-in-one JavaScript runtime.