https://github.com/lingfromsh/sanic-flash-sale
https://github.com/lingfromsh/sanic-flash-sale
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lingfromsh/sanic-flash-sale
- Owner: lingfromSh
- Created: 2021-11-09T10:11:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T09:29:27.000Z (over 3 years ago)
- Last Synced: 2025-01-09T03:50:36.754Z (5 months ago)
- Language: Python
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sanic Flash Sale
## Introduction
A simple and fast e-commerce website including frontend within React and backend within Sanic.
## Start server
```python
python3 server.py --workers 4 --host 0.0.0.0 --port 8000
```