Skip to content

tommyct614/igclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Clone

This project is an example for instagrame clone using Flask in Python

Instagram Clone


Todo

  1. Add Fulltext Search using flask_whooshalchemy Error : /venv/lib/python3.8/site-packages/flask_whooshalchemy.py NameError: name 'unicode' is not defined

Before running

before running project there are some env variable you need to set

MAIL_USERNAME < Your E-Mail >
MAIL_PASSWORD < Your E-Mail Password >

Other than this you need to run a command in terminal

flask db upgrade

This command should create a Database/database.db file in igclone folder

Run App

To Run app you can simply type

flask run

and this will run this flask app at localhost:5000

About

An Instagram build using python flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • Python 45.2%
  • JavaScript 2.4%
  • CSS 1.1%
  • Other 1.0%