Skip to content

Flask-Social-Media is a Social Media Platforms aimed towards sharing Post or content through Flask Media. Flask-Social-Media provides the user with complete control of their posts such as creation, editing, deletion, like, as well as saving favourite comments for later reference.

Notifications You must be signed in to change notification settings

Dbilliam/Flask-Social-Media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create Flask

Get started With Flask Social Media project #socialmedia #flask #flasksocialmedia

Overview Flask-Social-Media is a Social Media Platforms aimed towards sharing Post or content through Flask Media. Flask-Social-Media provides the user with complete control of their posts such as creation, editing, deletion, like, as well as saving favourite comments for later reference.

  1. make virtual python -m venv virt source virt/Scripts/activate pip freeze

  2. Install Libraries pip install Flask Flask-SQLAlchemy Flask-WTF Flask-Migrate Flask-Login SQLAlchemy WTForms Werkzeug

then check cmd: pip freeze

  1. Make a sqlalchmey database into computer winpty python => create sqlalchmey database

cmd: from app import db cmd: db.create_all()

  1. Migrations database

git terminal cmd: flask db init git terminal cmd: flask db git terminal cmd: flask db migrate -m 'Initial Migration' cmd: flask db upgrade

  1. update migrations database then any time need update data with Migrate cmd: flask db migrate -m "commit something added new data" cmd: flask db upgrade

5.Run Flask Social Media Project git terminal cmd: source virt/Scripts/activate git terminal cmd: flask run

Home Page

Home_Page_Flask_Social_Screenshot_1

Profile Page

Profile_Page_Flask_Social_Screenshot_2

Like Page

Like_Page_Flask_Social_Screenshot_2

Login Page

Login_Page_Flask_Social_Screenshot_2

Signup Page

Signup_Page_Flask_Social_Screenshot_2

About

Flask-Social-Media is a Social Media Platforms aimed towards sharing Post or content through Flask Media. Flask-Social-Media provides the user with complete control of their posts such as creation, editing, deletion, like, as well as saving favourite comments for later reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published