Giter VIP home page Giter VIP logo

not-instagram's Introduction

INSTAGRAM CLONE

Moringa school IP Live Link

Description

This is a clone of the image sharing network, Instagram. Users can sign up login, view and post photos and follow other users.

Author

Xavier Kibet

User Stories

  1. Register and Sign in to the application.
  2. Upload my pictures to the application.
  3. See my profile with all my pictures.
  4. Follow other users and see their pictures on my timeline.
  5. Like or Save a picture and leave a comment on it.

Setup and installation

Clone the Repo

git clone https://github.com/reivhax/Not-Instagram 
cd Not-Instagram

Activate virtual environment

create and acvite a virtual environment python3.6 -m venv virtual && source virtual/bin/activate

Install dependancies

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

Create the Database

- psql
- CREATE DATABASE instaclone;

.env file

Create .env file and paste paste the following filling where appropriate:

SECRET_KEY = '<Secret_key>'
DBNAME = 'instaclone'
USER = '<Username>'
PASSWORD = '<password>'
DEBUG = True

Run initial Migration

python3.6 manage.py makemigrations instaclone
python3.6 manage.py migrate

Run the app

python3.6 manage.py runserver

Technologies Used

  • Python 3.6 and The Django framework
  • HTML, CSS and Bootstrap
  • JavaScript
  • Heroku

License

This project is licensed under the MIT License - see the LICENSE file for details

not-instagram's People

Contributors

dependabot[bot] avatar xaviermilgo avatar

Watchers

 avatar

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.