https://github.com/vitaee/e-commerceproject
Real World E-Commerce backend development with fastapi.
https://github.com/vitaee/e-commerceproject
e-commerce factory-pattern fastapi mysql
Last synced: 3 months ago
JSON representation
Real World E-Commerce backend development with fastapi.
- Host: GitHub
- URL: https://github.com/vitaee/e-commerceproject
- Owner: Vitaee
- License: apache-2.0
- Created: 2022-11-17T08:00:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T08:03:39.000Z (over 2 years ago)
- Last Synced: 2024-12-26T03:42:21.772Z (about 1 year ago)
- Topics: e-commerce, factory-pattern, fastapi, mysql
- Language: Python
- Homepage:
- Size: 532 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-Commerce Project
This project developped according to lecture (ECC431 E-Commerce) requirements. A technical elective lecture given by [MSc. Buğra Demircioğlu](https://ziraat.neu.edu.tr/akademik-personel/bugra-demircioglu/).
## Diagrams for E-Commerce Project
I like to implement projects according to the diagrams. Also i like design/implement diagrams for the software projects.
### This is the concept diagram if we want to move the project to AWS.

### This is the concept diagram of project structure.

## Pages (Will be developped)
- Register and Login: user authentication.
- Home: list of products and user information.
- Detail: detail of product.
- Basket: purchased products.
## Run the project (Will be updated while development)
- poetry shell
- poetry install ( i assume u have installed poetry )
- python manage.py
## Used Techs (Will be updated while development)
- python 3.10.6
- fastapi
- mysql
- docker & docker-compose
- celery
- poetry