Skip to content

ahpham123/clothingshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Sploosh

Our goal is to create a website that functions as an e-commerce store specifically for clothes. The name of our e-commerce store is Sploosh.

Deployed at

https://clothingshop-psi.vercel.app/

How to Run Locally

  1. Install Python 3.7 or later

  2. Open the folder in VSCode

  3. Create a virtual environment:

    python3 -m venv venv
    
  4. Activate the virtual environment:

    Linux

    source venv/bin/activate
    

    Windows

    .\venv\Scripts\activate
    
  5. Install dependencies:

    pip install -r requirements.txt
    
  6. Run the app:

    flask --app api/index.py run --debug
    

Run coverage tests:

pytest --cov=. --cov-report=term-missing

Run unit tests:

pytest -v api/test_index.py

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published