an imitation of instagram
Sign in to the application to start using. Upload my pictures to the application. See my profile with all my pictures. Follow other users and see their pictures on my timeline. Like a picture and leave a comment on it.
Use the package manager pip to install all project requirements.
(virtual) $ pip install -r requirements.txt
- Django 4.0.4 - The web framework used
- Heroku - Deployment platform
- Python3.10 - Backend logic
- Postresql - Database system
- When you click on follow it opens the followed users account but records the follow in the database.
- the issue is the number of follows dont show.
- also the email sending ability hasan issue.