/jewelry-store

💎 Yupibum - E-Commerce Jewelry Store

Primary LanguageCSS

💎 Yupibum - E-Commerce Jewelry Store

Created with Flask and SQLite database.

Developer staff

  1. h4cktivist - Backend Developer
  2. Yababuf - Frontend Developer
  3. selivanova-a - Frontend Developer

Preview

image

Run it by yourself

git clone https://github.com/h4cktivist/jewelry-store.git
cd jewelry-store
pip install - r requirements.txt

python main.py

Run it with Docker

docker pull h4cktivist/jewelry-store
docker run -p 5000:5000 h4cktivist/jewelry-store

Link to DockerHub