| app.py | ||
| Docker flask mongo website documentation.docx | ||
| docker-compose.yml | ||
| Dockerfile | ||
| edit.html | ||
| index.html | ||
| mongo_crud_site.zip | ||
| prepare-app.sh | ||
| README.md | ||
| remove-app.sh | ||
| requirements.txt | ||
| start-app.sh | ||
| stop-app.sh | ||
I will create everything needed for the application
./prepare-app.sh
I will start the application
./start-app.sh
The app should be available at:
http://localhost:8080
I will open a web browser and work with the application.
I will pause the application
./stop-app.sh
I will delete everything related to the application
./remove-app.sh