This project is an Angular(SPA) that consumes a ASP.NET Core Web API for user JWT token based authentication and authorization in order to fetch and display and weather information for the next 4 days.
- User authentication (sign-up and sign-in forms).
- Access control using interceptors and guards.
- Weather search form to display current and forecast weather information.
Store the API URL and any necessary configuration in the environments
folder.