A simple API to help track golf game information
Python
FastAPI, UUID, Pydantic
- Clone this repository to your desired local folder
- Create a virtual environment in your terminal to run the program
- Pip install the requirements.txt file
- Start Uvicorn
- In your browser, navigate to localhost:8000 (or whatever port used when you started Uvicorn)