This repo will deploy into Kubernetes through CI/CD.
If you would like to run locally:
- Create a
.local-secrets
directory in the root of the project. - Populate the directory with the following file(s):
Filename Description db-password
The password to create a user with db-root-password
The root password for the database - Run the application with
docker compose up -d --build
To run tests, you can use the following command:
./run-tests.sh
This will spin up a local test database to run the tests against.
If you wish to clear the test database, you can use the following command:
./run-tests.sh clean
You may find the MOCBOT API docs here.