Skip to content

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 posts.

License

Notifications You must be signed in to change notification settings

peterkush/instaclone

Repository files navigation

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]

About

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 posts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published