Skip to content

Address book application where API users can create, update and delete addresses.

anishthomasTCS/Address-Book-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address-Book-API

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

About

Address book application where API users can create, update and delete addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages