igclone
igclone copied to clipboard
An Instagram build using python flask
Instagram Clone
This project is an example for instagrame clone using Flask in Python
Todo
- Add Fulltext Search using
flask_whooshalchemyError :/venv/lib/python3.8/site-packages/flask_whooshalchemy.pyNameError: 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