v0.1.102-v0.2-805df87f5b-961
* tsk-170: Added utopia crates for API documentation * tsk-170: Adding code to document API * tsk-170: icarus_models version bump Added schema capabilities * tsk-170: crate changes * tsk-170: Added documentation for song queue endpoint * tsk-170: Swagger openapi docs are now up Well, at least one * tsk-170: Some documentation * tsk-170: Code formatting * tsk-170: Saving changes * tsk-170: Added more documentation * tsk-170: Added the rest of the documentation * tsk-170: Formatting * tsk-170: icarus_models version bump
Getting Started
Docker
Make sure icarus_auth is located in the root of the parent directory if using docker.
Create a .env file for both projects - icarus_auth and icarus - in the root of each project.
Build containers
docker compose build --ssh default api auth_api
Bring it up
docker compose up -d --force-recreate api auth_api