A Social Networking website developed using Flask and Peewee that uses Jinja-2 templating engine. Find the deployed version on: https://flaskapptwoday.herokuapp.com/
#Requirements
Python version >= 3.6
#Platform Specification Runs on Windows, Linux.
Run following line in terminal to install dependencies
pip3 install -r requirements.txt
Comment out the last line and uncomment the second to last line
app.run(debug=False,host = '0.0.0.0', port = 8000)
Now, run
python3 app.py
on your browser and visit
localhost:8000