Description This is a simple Phonebook Web Application built with Python Flask. It supports full CRUD operations: Create, Read, Update, and Delete contacts. The application uses MySQL as its database ...
Create a Docker network first: docker network create -d bridge flask-to-sql Run MySQL container: docker run -d --name mysql_db --network flask-to-sql -e MYSQL_ROOT_PASSWORD=rootpass -e ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results