A social blog app for posting and commenting pics.
-
Create a virtual environment with venv (install virtualenv, if its not installed).
venv instagram
-
Clone the project in the virtual environment directory.
cd Instagam git clone https://github.com/lugnitdgp/Instagram.git
-
Activate the virtual environemnt.
source bin/activate
.\Scripts\activate
-
Install the requirements.
cd instagram pip install -r requirements.txt
-
Run the Migrations
python manage.py makemigrations python manage.py migrate
-
Run the development server
python manage.py runserver
-
Head to server http://127.0.0.1:8000
-
Add Posts, Comments
Instagram uses the following technologies:
- HTML/CSS/JavaScript
- Pyhton(Django)
If you want to contribute to this project, then have a look here