Skip to content

ChiragMadan1/2Day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published