Contacts API
Python Contacts API using FastAPI
This is a simple API built using FastAPI to manage contacts. With this API, you can perform CRUD (Create, Read, Update, Delete) operations on contacts. It stores contacts in a JSON file.
Technologies used:
- Python
- Fast API
- JSON
- Git
Image showcasing a user engaging with the process of adding contacts.
The Python Contacts API using FastAPI provides the following functionality:
-
Create or Update a new contact.
-
Search a contact.
-
Delete a contact.
-
List all contacts.
Accessing the stored contacts