Skip to content

A shopping cart website where users can purchase and add items to their cart while sellers can sell things online and update items in their inventory. Made using Flask, Materialize, SQLAchemy.

yash56244/TechHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • Make sure python3.x is installed in your system and the environment variables are properly configured. Download python here.

  • Install virtualenv

    pip install virtualenv

  • Clone the project repo

    git clone https://github.com/yash56244/Spider-Task-3.git

  • Go to the cloned folder in your system, and setup a virtualenv there

     cd Spider-Task-3
     virtualenv .
    
  • Activate the virtualenv

    .\Scripts\activate

  • Install the required dependencies

    pip install -r requirements.txt

  • Run the app

    python app.py

  • Open 127.0.0.1:5000/ and you are set to go

Screenshots

About

A shopping cart website where users can purchase and add items to their cart while sellers can sell things online and update items in their inventory. Made using Flask, Materialize, SQLAchemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published