Address book application where API users can create, update and delete addresses.
Description: Create an address book application where API users can create, update and delete addresses. The address should: - contain the coordinates of the address. - be saved to an SQLite database. - be validated API Users should also be able to retrieve the addresses that are within a given distance and location coordinates. Important: The application does not need a GUI. (Built-in FastAPI’s Swagger Doc is sufficient)
How to run : execute python -m uvicorn main:app --reload Access http://127.0.0.1:8000/docs and try out each APIs