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

https://github.com/lingfromsh/sanic-flash-sale


https://github.com/lingfromsh/sanic-flash-sale

Last synced: 4 months ago
JSON representation

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
```