Skip to content

UltiRequiem/azlyrics_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An API interface for azlyrics, it uses azapi under the hood.

Docs

Check the automatic generated docs by Swagger.

Development

  1. Install Poetry

  2. Install dependencies and enter to virtual environment

poetry shell && poetry install
  1. Put ENV=development in your .env file

  2. Start the process

python run.py

Production

  1. Install Docker

  2. Build the image

docker build . -t ultirequiem/azlyrics_api
  1. Run the image
docker run -p 8080:8080 -d ultirequiem/azlyrics

Licence

This project is licensed under the MIT Licence.