All Projects → sriramveeraghanta → Flask Sqlalchemy Blogger Example

sriramveeraghanta / Flask Sqlalchemy Blogger Example

Blog Posts application using sqlalchemy

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Flask Sqlalchemy Blogger Example

Flaskex
Simple flask example for quick prototypes and small applications
Stars: ✭ 679 (+11216.67%)
Mutual labels:  flask
Flask Peewee
flask integration for peewee, including admin, authentication, rest api and more
Stars: ✭ 739 (+12216.67%)
Mutual labels:  flask
Eve
REST API framework designed for human beings
Stars: ✭ 6,421 (+106916.67%)
Mutual labels:  flask
Gae Boilerplate
Google App Engine Boilerplate
Stars: ✭ 688 (+11366.67%)
Mutual labels:  flask
Sparrow
运维管理平台(python3+flask+pycharts+apscheduler+gunicorn),模块化结构设计,底层依托mysql、influxdb、elasticsearch、zabbix、k8s等数据源数据
Stars: ✭ 723 (+11950%)
Mutual labels:  flask
Mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Stars: ✭ 743 (+12283.33%)
Mutual labels:  flask
Python24
网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记得Star哦。
Stars: ✭ 650 (+10733.33%)
Mutual labels:  flask
Chinese Dos Games Web
🌐 Source code of https://dos.zczc.cz
Stars: ✭ 816 (+13500%)
Mutual labels:  flask
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (+11966.67%)
Mutual labels:  flask
Trape
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
Stars: ✭ 6,753 (+112450%)
Mutual labels:  flask
Build A Saas App With Flask
Learn how to build a production ready web app with Flask and Docker.
Stars: ✭ 694 (+11466.67%)
Mutual labels:  flask
Yacht
A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.
Stars: ✭ 712 (+11766.67%)
Mutual labels:  flask
Spark Movie Lens
An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Stars: ✭ 745 (+12316.67%)
Mutual labels:  flask
Frozen Flask
Freezes a Flask application into a set of static files.
Stars: ✭ 680 (+11233.33%)
Mutual labels:  flask
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+12916.67%)
Mutual labels:  flask
Flask Marshmallow
Flask + marshmallow for beautiful APIs
Stars: ✭ 666 (+11000%)
Mutual labels:  flask
Flask Apscheduler
Adds APScheduler support to Flask
Stars: ✭ 741 (+12250%)
Mutual labels:  flask
Flask Sqlalchemy Booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
Stars: ✭ 5 (-16.67%)
Mutual labels:  flask
Never Blink
👀Blink and lose.
Stars: ✭ 802 (+13266.67%)
Mutual labels:  flask
Flask Mongoengine
MongoEngine flask extension with WTF model forms support
Stars: ✭ 750 (+12400%)
Mutual labels:  flask

Flask Sqlalchemy Blogger Example

A Simple Blogger application with user authentication, Using Flask, sqlalchemy connected to sqlite Database.

Usage

  • Frist clone the project and move to current working directory.
  • Install the required packages using requirements.txt file by the command pip install -r requirements.txt
  • Run server by using python app.py

Requirements

  • Python 2.7.x Python 3.x.x
  • Flask
  • Flask-SQLAlchemy
  • flask-WTF
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].