Skip to content

hakiKhuva/socialNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialNetwork

simple social media web app with flask

This web application only tested with Python3 on Ubuntu(20.04 LTS)

Install all the requirements

$ python3 -m pip install -r requirements.txt

export the app and then run it using flask

$ flask run