https://github.com/roma-glushko/twitty
Blog on Flask 🐍
https://github.com/roma-glushko/twitty
docker flask kubernetes python
Last synced: 6 months ago
JSON representation
Blog on Flask 🐍
- Host: GitHub
- URL: https://github.com/roma-glushko/twitty
- Owner: roma-glushko
- Created: 2021-06-11T14:34:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T07:06:44.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:23:08.061Z (8 months ago)
- Topics: docker, flask, kubernetes, python
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitty
This is a simple Twitter-like blog application powered by Flask 🐍
The app was created by following [a great tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) from Miguel Grinberg.Flask Blog provides a docker setup with two environments:
```bash
./start_development_env.sh # includes auto applying of changes
./start_production_env.sh
```Kubernetes is used to define a resilent architecture for the Flask Blog.
Tech Stack:
- Python 3.8+
- Flask
- PostgreSQL via SQLAlchemy## Credits
Created with a help of open source community by [Roman Glushko](https://www.romaglushko.com/) 🦁
## References
- https://testdriven.io/blog/dockerizing-flask-with-postgres-gunicorn-and-nginx/
- https://www.cockroachlabs.com/docs/cockroachcloud/deploy-a-python-to-do-app-with-flask-kubernetes-and-cockroachcloud.html