This is a simple project illustrating the basics of how to create a simple social network.
- Clone the repo and open the repo in the terminal
- Open the app file and import all the required extensions to run the application
- you can install them all simply by typing pip install module_name or flask_extension name in the terminal
- Setup your db configs in the application file, i.e set your db_username and db_pwd
- Run the application with: $ python app.py
- Click the IP address on the command line to view the application in the browser.
- Then you are good to go.