Go to file
2026-03-31 08:27:40 +00:00
app.py Upload files to "/" 2026-03-30 10:27:37 +00:00
Docker flask mongo website documentation.docx Upload files to "/" 2026-03-30 10:27:37 +00:00
docker-compose.yml Upload files to "/" 2026-03-30 10:27:37 +00:00
Dockerfile Upload files to "/" 2026-03-30 10:27:37 +00:00
edit.html Upload files to "/" 2026-03-30 10:27:37 +00:00
index.html Upload files to "/" 2026-03-30 10:27:37 +00:00
mongo_crud_site.zip Upload files to "/" 2026-03-30 09:34:50 +00:00
prepare-app.sh Upload files to "/" 2026-03-30 10:27:37 +00:00
README.md Upload files to "/" 2026-03-30 10:27:37 +00:00
remove-app.sh Upload files to "/" 2026-03-30 10:27:37 +00:00
requirements.txt Upload files to "/" 2026-03-30 10:27:37 +00:00
start-app.sh Upload files to "/" 2026-03-30 10:27:37 +00:00
stop-app.sh Upload files to "/" 2026-03-30 10:27:37 +00:00

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