https://github.com/krc2000/flaskminimalwebapp
https://github.com/krc2000/flaskminimalwebapp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krc2000/flaskminimalwebapp
- Owner: KRC2000
- Created: 2023-08-26T13:59:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T12:01:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T11:45:30.122Z (over 1 year ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlaskMinimalWebapp_dev
- Use `>python3 app.py` to run app localy without containerization - best for API/frontend development. Web server will be hosted at `http://0.0.0.0:5000/`.
⚠️ Warning! Features like database will not be accessible
- Use `>./local_deploy.sh` to run containerized solution on the local machine. Database and other infrastructure is created and accessible. Web server will be hosted at `http://0.0.0.0:5000/`.
- Use `>./build_n_rerun.sh` to rebuild an app image and run it, stoping and removing previous containers running this image.