https://github.com/nirnejak/flask-blog
https://github.com/nirnejak/flask-blog
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nirnejak/flask-blog
- Owner: nirnejak
- Created: 2019-06-21T20:53:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T20:54:54.000Z (about 7 years ago)
- Last Synced: 2025-10-31T01:36:13.387Z (9 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Blog Application
Flask Based Web Application for Blogging
This is a web application for blogging. It uses lightweight Micro-framework Flask with Python for web development.
In this application users can read, write, edit and delete articles. They can register with their, Name, username and email. After they are registed they can write, edit or delete posts. Without loggin in the users can only read the articles.
The application uses MySQL database in it's backend. All the queries are written for it.
In the future I am planning to add REST API suppport.