AZLyrics API
An API interface for azlyrics, it uses azapi under the hood.
Check the automatic generated docs by Swagger.
-
Install Poetry
-
Install dependencies and enter to virtual environment
poetry shell && poetry install
-
Put
ENV=development
in your.env
file -
Start the process
python run.py
-
Install Docker
-
Build the image
docker build . -t ultirequiem/azlyrics_api
- Run the image
docker run -p 8080:8080 -d ultirequiem/azlyrics
This project is licensed under the MIT Licence.