- Run module api
cd api
pip install -r requirements.txt
python3 server.py- Run module web
cd web
python3 -m http.server 5500- Open website: http://localhost:5500/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd api
pip install -r requirements.txt
python3 server.pycd web
python3 -m http.server 5500