https://github.com/benisamuel/beshopy_backend
This repo contain the BeShopy backend in flask
https://github.com/benisamuel/beshopy_backend
flask python
Last synced: 2 months ago
JSON representation
This repo contain the BeShopy backend in flask
- Host: GitHub
- URL: https://github.com/benisamuel/beshopy_backend
- Owner: BeniSamuel
- Created: 2024-10-21T11:34:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:17:45.000Z (8 months ago)
- Last Synced: 2025-03-24T13:13:52.079Z (3 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### BeShopy Backend
This repo containt the backend logic and function of the Beshopy
e-commerce system which is built using flask.### Table of Content
- Folder Structure
- How to use it
- How to test### Folder Structure
I have used the following folder structure:
- app.py (Entry point)
- models (Users, Products, Cart)
- routers (Users, Products, Cart)
- controllers (Users, Products, Cart)