fmabid / gomax-backend

GoMax is a website(partially developed) where a visitor can compare the quality between multiple products in same category(like Mobile). It was a team project that we developed for our System Analysis and Design Lab project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run this project

  • Clone the forked repository to your development machine.
  • Create a virtual environment: virtualenv -p python3 venv
  • Activate this virtual environment: source venv/bin/activate or source bin/activate
  • cd to the project directory, if not yet.
  • Install the dependencies(make sure you have installed pip): pip install -r requirements.txt or pip3 install -r requirements.txt
  • Now do code :)

About

GoMax is a website(partially developed) where a visitor can compare the quality between multiple products in same category(like Mobile). It was a team project that we developed for our System Analysis and Design Lab project.


Languages

Language:JavaScript 68.0%Language:HTML 24.0%Language:Python 5.6%Language:CSS 2.4%