This is a Django project was generated with Python version 3.9
Derrick Nyongesa
This is a replica of the popular social site instagram where people share their images for other users to view. Users can sign up, login, view and post photos, search and follow other users.
- Sign in to the application to start using.
- Upload a pictures to the application.
- Search for different users using their usernames.
- See your profile with all your pictures.
- Follow other users and see their pictures on my timeline.
- Pull project from github Repository.
git clone https://github.com/Derrick-Nyongesa/instagram-clone.git
- Move to the folder and create a virtual environment
- Install requirements
pip install -r requirements.txt
-
Create a new postgress database
-
Make migrations on postgres using django
$ python manage.py makemigrations <database name>
$ python3 manage.py migrate
-
Run the application
$ python3 manage.py runserver
-
Open the application on your browser
http://127.0.0.1:8000/
- The Image upload may not work properly, if you encounter an error, reload the page and upload again.
Click View Site to visit the site
Any query? Contact me at [nyongesaderrick@gmail.com]
Licensed under the MIT license.