Go to file
Sugui c6e1947899 Now 500 error works, and it's reflected in the tests 2023-12-27 20:02:26 +01:00
.gitea/workflows change test workflow on pull request 2023-12-25 14:40:10 +01:00
src Now 500 error works, and it's reflected in the tests 2023-12-27 20:02:26 +01:00
tests Now 500 error works, and it's reflected in the tests 2023-12-27 20:02:26 +01:00
.dockerignore Adding docker compose to test api with mongodb 2023-12-25 07:47:16 +01:00
.gitignore first commit 2023-12-08 14:05:20 +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 added convenience scripts 2023-12-25 12:50:21 +01:00
mongo-init.js added the logic for the endpoint and made a fix in an index that was wrong 2023-12-25 12:21:01 +01:00
package.json Now / lists the endpoints 2023-12-27 17:07:32 +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.