GithubHelp home page GithubHelp logo

timidij / team-29_pricecompare Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zuri-training/team-29_pricecompare

0.0 0.0 0.0 32.54 MB

A platform that compares prices across multiple platforms

Python 3.47% CSS 47.54% HTML 22.91% JavaScript 26.07% Procfile 0.01%

team-29_pricecompare's Introduction

Project Name

Haggle Version 1.0

Table of Contents

  • About Project
  • Technologies Used
  • Environment Setup
  • Contributors
  • How To Contribute

About Project

Haggle is a price comparison web application that allows users to compare prices of products from different e-commerce merchants. Users can compare prices, make comments under products/prices, share products directly to their social media platforms and also share via emails to third parties. Also, users interested in purchasing any of the products will be redirected to the purchase page of the selected merchant via the ref link, available on the product page of every product. Haggle will be accessible to both authenticated and unauthenticated users, but with the authenticated users having full access to the platform.

One major challenge faced during the development was geting reliable merchants APIs with credible data for free.

Features we hope to implement in the nearest future are:

  • Deal of the day section
  • Top deal section
  • Wishlist
  • Blog

Technologies Used

  • Design
    Figma

      We used figma because it makes collaboration between team members easy, as several designers can work on the same file at the same time.
    
  • Frontend
    HTML5 CSS3 JavaScript

    HTML 5 - The HTML was used to give structure, and to add and modify contents in the platform. It was also used to create validated forms in the platform, like the login, sign up and contact forms. 
    
    CSS 3 -  The CSS was used to give additional styling and layout to the web pages. We also used CSS for the styling because of its easy syntax.
    
    JavaScript - JavaScript was used to give functionality to the page. It was used to make the page interactive for a good user experience.
    
  • Backend
    Python Django

      Django was used as the backend framework because it is more scalable and flexible than other web development frameworks for Python language. It allows developers to customize various aspects of web apps in accordance with the specific business requirements.
    
  • Database
    PostgreSQL

      Postgresql was used as the database because it is better, and gives access to multiple users at the same time
    
  • Scraping Tool
    Selenium

      Selenium was used for the web scraping because it is not too complicated to use, and it can be used to collect data from websites that use javascript without relying on tools to do that such as splash.
    
  • Project Management and Version Control
    GitHub

      We used github because of its enhanced collaboration feature and easy file management. It makes it easier for the individual and team to use Git for version control and provide collaboration features such as task management, bug tracking and feature request for every project.
    

Environment Setup

Follow these commands to run the project on your local machine :

Open your terminal

Clone the project

git clone https://github.com/zuri-training/Team-29_PriceCompare.git

Enter the project directory

cd priceCompare

Create a virtual env

python -m venv env 

Activate your env(for windows)

env\Scripts\activate.bat	 

(for linux or mac)

source env/bin/activate 

Install Project Dependencies

pip install -r requirements.txt

Make Migrations

python manage.py makemigrations
python manage.py migrate

Create Superuser

python manage.py createsuperuser

Run the server

python manage.py runserver

Contributors

Designers--------------------------Github Usernames

  • Ogechim Wodi (OG)--------------------Ogecheem
  • Ajayi Oluwaseun Irewole--------------ireSeun
  • Omojowo Busola-----------------------omojowobusola
  • Claire Gbobie------------------------Gbobieclaire
  • Priscilla Onifade--------------------PriscillaOore
  • Ernest Emediong----------------------EmediongErnest
  • Samir Areh---------------------------mistadane
  • Stephen Okesola----------------------Stefan1100
  • Roqeebah Akesire---------------------Ro-qeebah
  • Okolo Faith--------------------------okolofaith
  • Tega Eghosa--------------------------snrchieftegz

Developers---------------------------Github Usernames

  • Amafaye Wallace (Frontend)-----------Waeyword
  • Jude Oyedele (Backend)---------------Judekennywise
  • Adelaja Oluwatobi (Backend)----------aristobells
  • Adesina oluwatimileyin (Backend)----timmyades3
  • Isaac Olowookere (Backend)-----------Olowookereisaac
  • Richard Tamaramieye (Frontend)-------Marvingt
  • Laurrencia O. Francis Joseph (Frontend)-----Laurrencia
  • Peace Bello (Frontend)---------------SuperPaix
  • Mas’uud Abdulkareem (Backend)--------viperrrr
  • Precious Onyishi (Backend)-----------Njidekaa
  • Etinosa Ogbevoen (Backend)----------Jheff4
  • Rhoda Adegbola (Frontend)------------Rhododen
  • Odubo Timidi James (Frontend)--------Timidij
  • Ojewale Kehinde (Backend)------------ojewalekehinde
  • Eugene Reinhard (Frontend/Backend)---Iam-Rey

To contribute:


- Create a Fork of this repository

- Clone the forked repository
     # git clone repo clone link

- NOTE : Don't push to the main branch

- Open your code editor

- Run your terminal

- Add Upstream
    # git remote add upstream https://github.com/zuri-training/Team-29_PriceCompare.git

- Create a branch
    # git branch branchname

- To confirm branch creation
    # git branch --v

- Switch to the branch
    # git checkout branchname

- Make your changes.

- After finishing your tasks, Stage and commit to your branch using
    # git add . to stage all changes or git add . filename.extension to stage a file.
    # git commit -m " The task you did "

- Merge the upstream changes with your current branch to prevent conflict. 
    # git pull upstream branchname

- Push to the branch you’re working on
    # git push origin branchname
    
- Come to Github and Create a new pull request. Add a description of what you have done.

- Update your local folder/branch with new changes from all collaborators. 
    # git pull upstream branchname





1_YZsKvpTcsdxPM_Wk5cmqCQ

team-29_pricecompare's People

Contributors

waeyword avatar ojewalekehinde avatar olowookereisaac avatar laurrencia avatar judekennywise avatar timmyades3 avatar njidekaa avatar rhododen avatar superpaix avatar iam-rey avatar jheff4 avatar aristobells avatar viperrrr avatar timidij 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.