second commit

This commit is contained in:
2024-11-19 11:33:05 -05:00
parent b012a68882
commit c054b893f9
6 changed files with 271 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
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
```