👨🏻💻 Made by: Murillo Sergio
This project was developed entirely by @murillosnds.
The API was developed in FastAPI (a Python framework for creating modern APIs) and aims to calculate the recommended daily water intake.
To function, the API uses information such as weight, age, physical activity (sedentary or active), and climate.

{
"weight": 74,
"age": 20,
"activity": "sedentary",
"weather": "hot"
}{
"peso": 74,
"edad": 20,
"atividade": "sedentario",
"clima": "caliente"
}{
"peso": 74,
"idade": 20,
"atividade": "ativo",
"clima": "frio"
}en-US:
cold
hot
very hotes:
frío
caliente
muy calientept-BR:
frio
quente
muito quenteen-US:
active
sedentaryes:
activo
sedentariopt-BR:
ativo
sedentariogit clone https://github.com/murillosnds/CAS.git
cd CAS
docker build -t cas-api .
docker run -p 8000:8000 cas-api
# Open http://localhost:8000/docs

