#Steps: Prereq: download python3
- Open up your command line
- Run pip install fastapi
- Run pip install uvicorn
- To start the app, run 'python -m uvicorn server:app --reload'
- Navigate to http://127.0.0.1:8000/docs
- Open up your command line
- Run pip install fastapi
- Run pip install uvicorn
- To start the app, run 'python -m uvicorn server:app --reload'
- Navigate to http://127.0.0.1:8000/docs