Backend API for Chinese Medicine Practitioners
A Spring Boot application to assist practitioners in managing herbs, drugs, categories, and other aspects of Traditional
Chinese Medicine (TCM).
- Clone the repository
- Use
make buildto build the solution - Use
docker compose up -dto start the dev environment andmake teststo run the tests (requires the dev environment to be up)