PicShare
Python 3.9.0 Flask SQLAlchemy
- app.py - App file (contains all of the backend.)
- templates - Directory that contains all of the template files for pages.
- static - Directory that contains styles.css, users profile pictures, and pictures uploaded.
Installing Dependencies:
- Windows -
pip install -r requirements.txt
- macOS -
pip3 install -r requirements.txt
Running App:
To run the app
- Windows -
python app.py
- macOS -
python3 app.py