Giter VIP home page Giter VIP logo

instaclone's Introduction

instaclone

Author:

peter kungu

Description

This is an application that allows users to sign up, upload pictures,view other user's pictures,like them, comment on them follow the other users and delete post.

Setup and installations

  • Clone Project to your machine
  • Activate a virtual environment on terminal: source virtual/bin/activate
  • Install all the requirements found in requirements file.
  • On your terminal run python3.6 manage.py runserver
  • Access the live site using the local host provided

Prerequisites

  • python3.6 and above
  • virtual environment
  • pip
Clone the Repo

https://github.com/peterkush/instaclone

Initialize git and add the remote repository

git init
git remote add origin <your-repository-url>

Create and activate the virtual environment

python3.6 -m venv virtual
source virtual/bin/activate

Setting up environment variables

Create a .env file and paste the following. SetUp your database User,Password, Host



#### Install dependencies
Install dependencies that will create an environment for the app to run
`pip install -r requirements.txt`


#### Make and run migrations
```bash
python3.6 manage.py check
python manage.py makemigrations instagram
python3.6 manage.py sqlmigrate instagram 0001
python3.6 manage.py migrate

Run the app

python3.6 manage.py runserver

Open localhost:8000

Technologies

  • Python3.6
  • Django 3.3.1
  • Postgresql
  • Boostrap3
  • HTML
  • CSS

License

  • LICENSED UNDER [![License: MIT]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.