https://github.com/aracki/python-intro
Introduction to Python web app (Flask + uwsgi + Nginx). Deployed via Docker.
https://github.com/aracki/python-intro
begginersguide docker flask nginx python uwsgi
Last synced: 3 months ago
JSON representation
Introduction to Python web app (Flask + uwsgi + Nginx). Deployed via Docker.
- Host: GitHub
- URL: https://github.com/aracki/python-intro
- Owner: Aracki
- Created: 2018-11-20T15:19:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T13:05:29.000Z (over 6 years ago)
- Last Synced: 2025-01-03T09:44:56.272Z (5 months ago)
- Topics: begginersguide, docker, flask, nginx, python, uwsgi
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-intro
Introduction to Python with Docker. Flask web app. Uploads to S3. SQLAlchemy.## Prerequisites
1. `docker` & `docker-compose` installed.
2. Create `aws-config.yml` in the root of the project based on the template given.## PyCharm settings
1. Set up docker's remote python interpreter
2. After adding a new package to requirements.txt you will need to rerun container and restart PyCharm## Deployment
1. `docker build -t python-intro docker`
2. `docker-compose up`