Autumn 2019 -- Everarts de Velp Guillaume
Meta3 is a simple REST API that allows to modify the metadata of a mp3 file. This solution is presented under a docker container shape to make easier the deployment of the app.
You can find the detailed API here.
To create the docker container image, in the project folder, simply run :
docker build -t meta3 .
To run a container you then have to type :
docker run -d -p 80:80 meta3
💡 Installation check : simply open your browser and visit this link : http://localhost/ok
This project is developed without any guarantee of further improvement of maintenance. If you want to help your help is welcome, you can start by posting issues and pull requests.
This project is under MIT license, feel free to use it at your own will.