portfolio/ ├── main.py # Application entry point ├── requirements.txt # Python dependencies ├── Dockerfile # Docker image definition ├── docker-compose.yml # Docker Compose configuration ├── ...
Make sure to have Python 3.7 installed and running on your local machine, once the version matches you're going to want to install SQLite 3. Once SQLite is installed the database can be built using ...