https://github.com/mugunthanraju/blogy
By clicking below link you can see live running Blogy App.
https://github.com/mugunthanraju/blogy
python-flask-framework sqlalchemy sqlite-database
Last synced: 4 months ago
JSON representation
By clicking below link you can see live running Blogy App.
- Host: GitHub
- URL: https://github.com/mugunthanraju/blogy
- Owner: Mugunthanraju
- Created: 2020-08-19T17:14:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T08:09:35.000Z (over 5 years ago)
- Last Synced: 2025-10-11T11:39:45.946Z (8 months ago)
- Topics: python-flask-framework, sqlalchemy, sqlite-database
- Language: HTML
- Homepage: http://gmr.pythonanywhere.com/
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogy - *GMR's Tech Blog*
:link: [Live Running App Link](http://gmr.pythonanywhere.com/)
### Technologies Used In This Application :
1) *Python's Web Framework* - **Flask**
2) *Python SQL toolkit and Object Relational Mapper* - **SQLAlchemy**
3) *Web Template Engine for Python* - **Jinja 2**
4) *Storage of Database* - **SQLite**
5) *Rendering Templates* - **HTML5**
6) *Styling the Webpage* - **CSS3**
### Features of this Application :
*User can*
1) **Create a Post**
2) **Edit a Post**
3) **Delete a Post**
4) **Read all the Posts**