This is an application that allows user to register and login into the app, create and edit their profiles, i.e. username, profile picture as well as bio. Users are able to upload their favorite images i.e. of their pets, favorite meal, etc. Users can view other users' profile on the platform as well the images they've uploaded. They can also follow the users, like and comment on their image posts.
- python3.8
- Django 4
- Clone the repository to your local machine. e.g.
$ git clone [email protected]:Rachelnk/Instagram-Clone.git
- Navigate into the folder
cd Instagram-Clone
andpip install -r requirements.txt
python3 -m venv virtual
source virtual/bin/activate
- python3 manage.py makemigrations content
- python3 manage.py migrate
- python manage.py runserver
python3 manage.py test
- Python3.8
- Django
- HTML
- CSS
- PostgreSQL
You can reach out via [email protected]
- MIT License
- Rachel Kiarie