This is the final PR for the IAP backend team. With this PR we've added more functionality to the backend that should make it even easier for other teams on the project to work with the Django DB. Full API functionality includes:
creation of events, people, and locations in the database through POST requests to the API
searches for events, people, and locations in the database through GET request to the API
the ability to update the list of people and locations at specific events through PUT requests to the API
Potential Future Implementations:
deletion of objects from the database with the API
adding more useful fields to the locations object model
This is the final PR for the IAP backend team. With this PR we've added more functionality to the backend that should make it even easier for other teams on the project to work with the Django DB. Full API functionality includes:
Potential Future Implementations: