All Projects → abdounasser202 → Mead

abdounasser202 / Mead

Licence: isc
A Flask project boilerplate for CMS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mead

Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+3445.16%)
Mutual labels:  content-management, flask
Popbot
Color splash effects using Deep Learning
Stars: ✭ 61 (-1.61%)
Mutual labels:  flask
Datingtoday
基于Flask开发企业级API应用系列文章项目源码
Stars: ✭ 52 (-16.13%)
Mutual labels:  flask
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-8.06%)
Mutual labels:  flask
X Proxies
Usable ip proxies, crawling from some proxy websites.
Stars: ✭ 53 (-14.52%)
Mutual labels:  flask
Flasked Notebooks
Rendering IPython Notebooks using Flask
Stars: ✭ 59 (-4.84%)
Mutual labels:  flask
Dc Delivery Sdk Js
Official Javascript SDK for the Amplience Dynamic Content Delivery API
Stars: ✭ 51 (-17.74%)
Mutual labels:  content-management
Tensorflow 101
learn code with tensorflow
Stars: ✭ 1,116 (+1700%)
Mutual labels:  flask
Flask Jwt Extended
An open source Flask extension that provides JWT support (with batteries included)!
Stars: ✭ 1,109 (+1688.71%)
Mutual labels:  flask
Keeper Core Api
Nunux Keeper core API
Stars: ✭ 55 (-11.29%)
Mutual labels:  content-management
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-11.29%)
Mutual labels:  flask
Openclubhouse
A third-part web application based on flask to play Clubhouse audio.
Stars: ✭ 1,061 (+1611.29%)
Mutual labels:  flask
Critiquebrainz
Repository for Creative Commons licensed reviews
Stars: ✭ 59 (-4.84%)
Mutual labels:  flask
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-16.13%)
Mutual labels:  flask
Python Devops
gathers Python stack for DevOps, these are usually my basic templates use for my implementations, so, feel free to use it and evolve it! Everything is Docker!
Stars: ✭ 61 (-1.61%)
Mutual labels:  flask
Reddit Stance Classifier
A Flask webapp & Python scripts for predicting reddit users' political leaning, using their comment history.
Stars: ✭ 52 (-16.13%)
Mutual labels:  flask
Flask Vuejs Template
Flask + Vue JS Template
Stars: ✭ 1,074 (+1632.26%)
Mutual labels:  flask
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-6.45%)
Mutual labels:  flask
Sensu Grid
A sensu dashboard built for the "big" screen...
Stars: ✭ 62 (+0%)
Mutual labels:  flask
Todo List Using Flask And Mongodb
Simple implementation of ToDo List using Flask and MongoDB along with Dockerfile and Kubernetes yaml files #Flask #Example #Docker #Kubernetes #k8s
Stars: ✭ 61 (-1.61%)
Mutual labels:  flask

Mead

If you want to begin a new Flask project, just use it!

This template already contains user register/login functions.

Manual installation on Ubuntu

# Update and install dependencies

sudo apt update
sudo apt install python3 python3-dev python3-venv python3-pip
python3 -m venv lib
. lib/bin/activate
pip install -r requirements.txt

# Initialize environment

. lib/bin/activate
cd src
export FLASK_APP=main.py
export FLASK_ENV=development

# DB migrations

flask db init
flask db migrate
flask db upgrade

# Launch the application

flask run

# Connect to PSQL

sudo -u postgres psql
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].