Files
web_interface_demo/README.md
2024-11-19 11:33:05 -05:00

15 lines
253 B
Markdown

From the windows command line, execute the following two commands to install the libraries:
```
pip install pysondb
pip install fastapi
```
To run this app, from wnidows command line, execute:
```
fastapi dev --host 0.0.0.0 --port 8100 main.py
```