ChiragMadan1 / 2Day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2Day Social Media

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

About


Languages

Language:Python 47.5%Language:HTML 28.9%Language:CSS 21.9%Language:JavaScript 1.6%