- The main goal is help travellers to travel in pandemic!
- The smiles monitor is an api that notify in realtime the clients about covid situation
- As an benefit so smiles motivate the users to donwload the app and give to smiles your real travel desires places
The api is divided in thre parts
Place Api is used by the frontend to render the site But is used to smiles partners update our current pandemic situation like (news specialists)
Used to push notification destination updates to smiles clients every time a monitored place changes (can be used by smiles patterns also)
Is Used to only by the smiles site or app to monitor or unmonitor places
Try It Online https://monitorsmiles.com.br/
Api Documentation https://monitorsmiles.com.br/api/index.html
This section should list any major frameworks that you built your project using.
Backend
FrontEnd is React to see more details in
UX/Design
To run the Smiles Monitor Api you only need DOCKER installed The app will run an embeded mongodb enjoy!
docker pull brunomarinholee/api-smiles && docker run --rm -t -d -p 8080:8080 brunomarinholee/api-smiles