The program using python with flask and MySQL
its purpose is to manage the data of the user's contacts
Create docker image, run command at dockerfile location
docker build -t contactsapp .
Run the command and check localhost port 3000
docker-compose up -d


