Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajaprerak/blog_with_flask
- Owner: rajaprerak
- Created: 2020-05-25T11:10:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T02:41:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:31:10.025Z (over 1 year ago)
- Topics: bootstrap, css, deployment, flask, flask-sqlalchemy, heroku, html, javascript, jinja2, mysql, postgresql, python3
- Language: JavaScript
- Homepage: https://techingenious.herokuapp.com/
- Size: 4.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
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.