LocWise is a solution for managing locations with integration to the IBGE API, that helps to manage data for municipalities and states. The system can import data from IBGE for accurate and up-to-date information.
- Authentication and Authorization using token-based login
- IBGE API Integration
- Fetch detailed information about municipalities and states from the IBGE public API
- Get detailed data about municipalities: population, GDP, territorial area and demographic density
- User-friendly Interface with attractive and responsive UI
-
Clone the repository:
git clone https://github.com/helderbarboza/loc_wise.git cd loc_wise
-
Install dependencies:
mix deps.get
-
Start the server:
mix phx.server
-
Access the application at
http://localhost:4000
.
- Run the tests:
mix test
- IBGE API for providing the locations data.
- IBGE Sidra for providing the statistics data.