Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/earthinversion/mall_management_system


https://github.com/earthinversion/mall_management_system

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Mall Management System

```
mkdir world_trade_park_mall
cd world_trade_park_mall
python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install Flask Flask-SQLAlchemy
```

## Application Structure
```
world_trade_park_mall/
app.py
models.py
config.py
extensions.py
/templates
index.html
add_purchase.html
purchase_records.html

```