Instagram App is a clone of the website for the popular photo app Instagram(desktop version)
Created by finaclemence15
20/10/2019
You must login or register. Once you logged in, you will be able to see posts made by other users. You can add your own photos from your profile page. As a user you can also follow other users and view images posted by those users. You also have the possibility to edit your profile and view the photos that you have posted.
- Sign in to the application to start using.
- Upload your pictures to the application.
- See your profile with all your pictures.
- Follow other users and see their pictures on your timeline.
- Like a picture and leave a comment on it.
git clone https://github.com/finaclemence15/instagramApp
virtualenv virtual
source virtual/bin/activate
pip3 install -r requirements.txt
psql CREATE DATABASE instagram
python manage.py makemigrations instagramapp
python manage.py migrate
python3.6 manage.py runserver
python manage.py test
python3.6 manage.py server
Open the app on your browser, by default on http://127.0.0.1:8000/
- HTML
- css
- boostrap4
- Django
- python
- vs code
- Git Hub
- Terminal
- Postgres database
- Email:finaclemence15@gmail.com
Copyright (c) All right reserved 2019