Skip to content

First Iteration

Compare
Choose a tag to compare
@suranimaria suranimaria released this 19 Oct 02:48
· 147 commits to main since this release
dd401f1

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.