Django Instagram is a web application that allows users to share photos and follow other users, similar to the popular social media platform, Instagram.
This project is built with :
'https://github.com/BurhanMohammad/Django-Instragram.git.git'
cd Django-Instragram
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
SECRET_KEY=your_secret_key
DEBUG=True
DATABASE_URL=postgres://user:password@localhost:5432/dbname
AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_access_key
AWS_STORAGE_BUCKET_NAME=your_bucket_name
python manage.py runserver
4. User profiles: Users have their own profile pages where they can see their own photos and interact with other users.
python manage.py runserver
If you'd like to contribute to Django Instagram Clone, feel free to fork this repository and submit a pull request.. For more information on contributing to the project, please check out Django's Git repository on GitHub.
-
Option 1
- π΄ Fork this repo!
-
Option 2
- π― Clone this repo to your local machine.
- Build your code π¨π¨π¨
- π Create a new pull request.