Skip to content

furkangulec/Flask-Social-Media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Social-Media (Not completed)

Social Media Example with Flask Microframework

You can create your own profile, you can edit your informations, publish posts, add new users and give them authorization.

I used MySQL. First of all, you should create tables. You can access the photos of tables in the files.

Pages:

/ -> Home

/panel/login -> Login

/panel -> Panel

/posts/<post_link> -> A post

/panel/add-post -> Add Post

/panel/users -> Users page

/panel/logout -> Log out

/panel/profile/edit -> Edit profile

/panel/profile -> Your Profile

/profile/string:user -> A profile of a random user

Tables:

Table Names

contactprofile

login

posts

profilephotos

skills

social