https://github.com/mahmoudnasser1561/flaskforge
FlaskForge is a full-stack MicroBlog application built with Flask, offering a complete set of features for user interaction and content sharing.
https://github.com/mahmoudnasser1561/flaskforge
aws flask-mail flask-migrate flask-wtf sqlalchemy
Last synced: 4 months ago
JSON representation
FlaskForge is a full-stack MicroBlog application built with Flask, offering a complete set of features for user interaction and content sharing.
- Host: GitHub
- URL: https://github.com/mahmoudnasser1561/flaskforge
- Owner: mahmoudnasser1561
- License: mit
- Created: 2025-03-29T20:00:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-14T05:54:03.000Z (8 months ago)
- Last Synced: 2025-11-14T06:19:01.892Z (8 months ago)
- Topics: aws, flask-mail, flask-migrate, flask-wtf, sqlalchemy
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlaskForge Microblog
FlaskForge Microblog is a full-stack MicroBlog application built with Flask, offering a complete set of features for user interaction and content sharing.
This project demonstrates modern Flask practices — including authentication, user roles, admin control, databases, pagination.
## Features
1. User registration & authentication (login/logout)
2. User profiles and avatar images via Gravatar
4. Create, edit, and delete blog posts
5. Pagination for posts
6. Admin control
7. Email notifications & password reset
8. Database migrations with Flask-Migrate
9. Unit tests for core functionality

