https://github.com/University-Experience/Bazarcom
Microservices project using Flask . We Made 3 servers running using docker images for each one and 2 database using sqlite. The project is a book buying platform.
https://github.com/University-Experience/Bazarcom
docker flask microservices python sqlite
Last synced: 7 months ago
JSON representation
Microservices project using Flask . We Made 3 servers running using docker images for each one and 2 database using sqlite. The project is a book buying platform.
- Host: GitHub
- URL: https://github.com/University-Experience/Bazarcom
- Owner: BaraSedih11
- Created: 2024-03-18T21:58:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T00:04:49.000Z (over 1 year ago)
- Last Synced: 2024-11-24T17:13:39.937Z (about 1 year ago)
- Topics: docker, flask, microservices, python, sqlite
- Language: Python
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

  [](https://www.python.org/downloads/release/python-380/)
[](https://pypi.org/project/pip/21.0/)

[](https://github.com/BaraSedih/bazarcom/releases/tag/v1.0.0)
[](https://github.com/BaraSedih11/bazarcom/graphs/contributors)

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:
- Clone this repository to your local machine.
- To run the project using vscode terminal:
- Install the required dependencies by running:
```bash
python penv book_store_env
source book_store_env/bin/activate
```
-
Now build the images and run the application
```bash
docker compose up --build
```
# Documentations
We've made postman documentation [here](https://documenter.getpostman.com/view/33323023/2sA35Ba439)