Simple Flask-based Instagram-like Web Application where users can upload their photos in private/public mode. Users can view the public photos of other users and also leave likes.
- pip install -r requirements.txt
- python3 run.py
- view on browser at "localhost:8080"