First Iteration
This release marks the initial iteration of our project. It features basic authentication using hardcoded API keys, along with multiple GET and POST service endpoints for various services (Outreach, Shelter, Healthcare, Counseling, and Food). The current branch coverage exceeds 55%, with code style checking performed using cpplint. MongoDB is used for persistent data storage. Testing has been conducted through unit tests and Postman. Future iterations will focus on expanding authentication and expanding fucntionality to update and delete records.