All Projects → Radu-Raicea → Dockerized Flask

Radu-Raicea / Dockerized Flask

Licence: bsd-3-clause
Dockerized web app using NGINX, Flask and PostgreSQL

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dockerized Flask

Docs4dev
后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。
Stars: ✭ 974 (+718.49%)
Mutual labels:  postgresql, nginx
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (+0%)
Mutual labels:  postgresql, nginx
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-63.87%)
Mutual labels:  postgresql, nginx
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+623.53%)
Mutual labels:  postgresql, nginx
Docker Nginx Gunicorn Flask Letsencrypt
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Stars: ✭ 117 (-1.68%)
Mutual labels:  flask, nginx
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-72.27%)
Mutual labels:  postgresql, nginx
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (-34.45%)
Mutual labels:  flask, nginx
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+278.99%)
Mutual labels:  postgresql, flask
Docker Laravel
🐳 Docker Images for Laravel development
Stars: ✭ 101 (-15.13%)
Mutual labels:  postgresql, nginx
Python Microservice Fastapi
Learn to build your own microservice using Python and FastAPI
Stars: ✭ 96 (-19.33%)
Mutual labels:  postgresql, nginx
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+448.74%)
Mutual labels:  postgresql, nginx
Pyblog
Pyblog 是一个简单易用的在线 Markdown 博客系统,它使用 Python 的 flask 架构,理论上支持所有 flask-sqlalchemy 所能支持的数据库。 编辑器使用的是 editor.md。当前版本(v2.0)支持且仅支持 python3! Python 的 Markdown to HTML 编译器使用的是 Mistune! Just so!
Stars: ✭ 113 (-5.04%)
Mutual labels:  flask, nginx
Zenodo
Research. Shared.
Stars: ✭ 528 (+343.7%)
Mutual labels:  postgresql, flask
K8s Helm Helmfile
Project which compares 3 approaches to deploy apps on Kubernetes cluster (using kubectl, helm & helmfile)
Stars: ✭ 34 (-71.43%)
Mutual labels:  postgresql, nginx
Invenio
Invenio digital library framework
Stars: ✭ 469 (+294.12%)
Mutual labels:  postgresql, flask
Flask Restful Authentication
An example for RESTful authentication using nginx, uWSGI, Flask, MongoDB and JSON Web Token(JWT).
Stars: ✭ 63 (-47.06%)
Mutual labels:  flask, nginx
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (+223.53%)
Mutual labels:  postgresql, flask
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (+223.53%)
Mutual labels:  postgresql, nginx
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-33.61%)
Mutual labels:  flask, nginx
Docker Nginx Postgres Django Example
Example using Docker, Django, multiple Postgres databases, NginX, Gunicorn, pipenv, GitLab CI and tox.
Stars: ✭ 110 (-7.56%)
Mutual labels:  postgresql, nginx

logo

Dockerized web app template using NGINX, Flask, and PostgreSQL.

Travis

.
├── LICENSE
├── README.md
├── docker-compose.yml
├── dockerized_logo.png
├── flask
│   ├── Dockerfile
│   ├── config.py
│   ├── manage.py
│   ├── project
│   │   ├── __init__.py
│   │   ├── controllers
│   │   │   ├── __init__.py
│   │   │   └── routes.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   └── names.py
│   │   ├── static
│   │   │   ├── css
│   │   │   ├── img
│   │   │   └── js
│   │   └── templates
│   │       └── index.html
│   ├── requirements.txt
│   └── tests
│       ├── __init__.py
│       ├── test_configs.py
│       └── test_website.py
├── nginx
│   ├── Dockerfile
│   ├── app.conf
│   └── nginx.conf
└── postgres
    ├── Dockerfile
    └── create.sql

Installation

Flask

Docker

Other

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].