FLASK CRUD App (Backend) Activate Virtual Environment virtualenv env source env/bin/activate Install requirements pip install -r requirements.txt Docker Start your docker daemon, docker server. Then: docker compose build docker compose up You can find the server running on the following: http://127.0.0.1:8000