Go to file
Alie 8ed2261b90
Unit Tests with docker compose / unit-test (pull_request) Failing after 36s Details
Unit Tests / unit-test (pull_request) Failing after 1m38s Details
Merge remote-tracking branch 'refs/remotes/origin/testing' into testing
2023-12-29 17:11:02 +01:00
.gitea/workflows fixed dind 2023-12-29 17:08:06 +01:00
src unified the tests in one file for port binding reasons 2023-12-29 17:10:48 +01:00
tests unified the tests in one file for port binding reasons 2023-12-29 17:10:48 +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 commit all changes to tests 2023-12-29 15:24:29 +01:00
package.json commit all changes to tests 2023-12-29 15:24:29 +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.