A comprehensive web application allowing users to enter their geographic coordinates and obtain the address of the nearest SGA branch or office, along with its detailed information (name, code, ATM availability).
- Development of an API with .NET CORE 8
- Creation of a local database containing agency addresses, contact information, and details
- Implementation of secure authentication via JWT (JSON Web Tokens)
- API testing and documentation with Swagger
- User interface for entering contact information
- Communication with the API to retrieve and display the nearest address
- Full Frontend ↔ Backend connection
- Authentication and authorization based on JWT
- Protection of sensitive endpoints
- Secure management of client-server communication