Status β’ Objective β’ Installation β’ Technology β’ Author β’ Licence
API with Mongo DB integration.
We used SDK 3.1 to build the API.
Mongo DB Atlas has a cluster with 03 nodes for data availability.
- Clone the repository
- Debug API
- Routes:
Get: https://localhost:5001/infected
Post: https://localhost:5001/infected
Body (Json):
{
"dataNascimento": "1992-03-01",
"sexo": "M",
"latitude": -23.5630994,
"longitude": -46.6565712
}
Note: it is necessary to configure the access to the database in the appsettings (connection string).
In this project we use the following technologies:
- GIT: Download
- Visual Studio 2022: Download
- SDK 3.1: Download
- Postman: Download
- Mongo DB Atlas: Download
- MongoDB Driver: Download
- HTTP Status: Acess