azlyrics_api
azlyrics_api copied to clipboard
🎶 An API interface for azlyrics
AZLyrics API
An API interface for azlyrics, it uses azapi under the hood.
Docs
Check the automatic generated docs by Swagger.
Development
-
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
Production
-
Install Docker
-
Build the image
docker build . -t ultirequiem/azlyrics_api
- Run the image
docker run -p 8080:8080 -d ultirequiem/azlyrics
Licence
This project is licensed under the MIT Licence.