This API will have 2 main classes
- GetHomes
- GetSchoolAddresses
It utilizes stored procedures in the database to fetch data.
- clone the https://github.com/SapphireGirl/PythonDemo repository
- Install the database and change the connection string in the PythonDemo_API.py file
- Check that you have the 2 stored procedures listed above.
- Open the project in VS Code
- In the VS Terminal, go to the tests directory and run >python test_python_api.py