An open API service indexing awesome lists of open source software.

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

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)