Healthcare API Part 2

This demo focuses on adding authentication and security to our Healthcare API project. The project requires implementing OAuth login using GitHub, protecting routes so only authenticated users can access certain endpoints, validating data, handling errors properly, documenting the API with Swagger, and deploying the application to Render. The API supports full CRUD operations for at least two MongoDB collections and demonstrates secure access control through authentication.