Image Sharer is a beginner-friendly Django Web App.
In this project, users can share or upload an image on the website just like a post.
- Install pipenv using cmd
-> pip install pipenv
- Open and activate pipenv virtual environment in the project folder
-> pipenv
-> pipenv shell
- Run Django Project
-> python manage.py runserver