/PicShare

A mock version of instagram created using Flask and Python.

Primary LanguageHTML

PicShare

Built With:

Python 3.9.0 Flask SQLAlchemy

File Structure:

  1. app.py - App file (contains all of the backend.)
  2. templates - Directory that contains all of the template files for pages.
  3. static - Directory that contains styles.css, users profile pictures, and pictures uploaded.

Installing Dependencies:

  1. Windows -
pip install -r requirements.txt
  1. macOS -
pip3 install -r requirements.txt

Running App:

To run the app

  1. Windows -
python app.py
  1. macOS -
python3 app.py