Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 897 Bytes

Pygram

Live App: https://pygram-client.herokuapp.com/

This app aims to clone a few features that instagram does. Mainly a user will login into the app and be able to upload an image to the database. This will instantly show up on the feed in the order submitted. Since the user base is tiny the app will have one feed to post. I would like to add a comment section and like button for the images. Authentication and collections within collections must exist for this app to work. It will be challenge for sure.

Technology Stack

Front End

  • HTML
  • CSS
  • React
  • Redux

Back End

  • Python
  • Flask
  • PyMongo
  • MongoDB

Minimum Value Product

  • Must be able to upload pictures.
  • Pictures from database must be viewable in feed.
  • Posts must be interactive with likes and comments
  • JWT Auth for users if I am able to get to this point (1 week project short time to learn and implement)