My name is Nemanja, and this app is made in Django Rest Framework.
Implementations are:- CRUD is implemented for contacts
- When contact is deleted, its status goes to False, and it will not be shown when you list all contacts
- In endpoint /birthday user should provide Query parameter for filtering data
- I tried to implement SWAGGER, you can check it here. For now, it is in demo state
- For authentication, I used JWT Token Authentication