Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.09 KB

File metadata and controls

59 lines (41 loc) · 2.09 KB

Bazarcom 📚

GitHub repo size GitHub repo file count (file type) Python Version Pip Version GitHub last commit (branch) Version Contributors GitHub pull requests

Welcome to Bazarcom! This repository contains the source code for a simple e-commerce website built with Flask and SQLite.

About Bazarcom

Bazar.com is an online marketplace where users can browse and purchase a variety of products conveniently. Whether you're looking for electronics, fashion items, home decor, or more, Bazar.com has something for everyone.

Features

  • Get all books.
  • Get book by ID.
  • Get books by topic
  • Purchase a book

Technologies Used

  • Python (Flask)
  • SQLite
  • Docker

Getting Started

To get started with Bazarcom, follow these steps:

  1. Clone this repository to your local machine.
  2. To run the project using vscode terminal:
    • Install the required dependencies by running:
    • python penv book_store_env
      source book_store_env/bin/activate
    • Now build the images and run the application
      docker compose up --build

Documentations

We've made postman documentation here