a987e438c44fb491fef98503afbf34b943315feb
* Added flac files used for testing * Refactor test * Added CoverArt file for test files * Added album json file for testing * Modifying test json file * Modifying test file for consistency * Test refactoring * Test file changes * Removing commented code * Removing files used for testing * Removing placeholder * Code formatting
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