otienonick / Insta_clone_Django

a clone of the popular photo app Instagram

Home Page:https://dollargram70.herokuapp.com/accounts/login/?next=/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTAGRAM

PROJECT DEVELOPER;

Nick Otieno.

Project Description

a clone of the popular photo app Instagram

Setup Requirements

- Github
- Code Editor
- Web Browser

Setup Installation

- Fork app from github
- Clone the app in your terminal using $git clone command
-Create your database using:
$psql
CREATE DATABASE <database name>; and connect it in settings.py
- Run the code in your code editor  using :
$ python3 manage.py runserver

Technologies Used;

- HTML
- CSS
- Django-3.2.8
-Javascript

LICENCE

©2021 Nick Otieno.

About

a clone of the popular photo app Instagram

https://dollargram70.herokuapp.com/accounts/login/?next=/

License:MIT License


Languages

Language:Python 52.4%Language:HTML 39.8%Language:CSS 7.8%