Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajaprerak/blog_with_flask

Blog
https://github.com/rajaprerak/blog_with_flask

bootstrap css deployment flask flask-sqlalchemy heroku html javascript jinja2 mysql postgresql python3

Last synced: 10 days ago
JSON representation

Blog

Awesome Lists containing this project

README

        

### Blog using flask
The blog is created using flask as backend. I have used bootstrap for the frontend part. For storing the data, I have made use of MySQL database. I have used the python SQL toolkit SQLAlchemy for performing database access.

Also, I have deployed the app with the help of heroku platform. For serving the database purpose in heroku platform, I have used database SQL service Postgres SQL.

### Blog link deployed using heroku
https://techingenious.herokuapp.com/

### To Run app locally
python blog.py

> To tweak parameters, update config.json file.