A web application developed in ASP.NET Core MVC .NET 7.0 using MSSQL for backend.
The Weather Forecast App is a robust weather web application that lets users retrieve weather information based on their inputs. The application leverages the power of ASP.NET Core MVC .NET 7.0 and Microsoft SQL Server (MSSQL) to handle and store data efficiently. Weather data is sourced through an API from OpenWeatherMap.
- Weather Information: Users can write the name of a place and get the current weather information.
- Data Source: Weather data is fetched using the OpenWeatherMap API.
- Authentication: Utilizes Identity for user authentication.
- Admin Privileges: When logged in as an administrator, one can view all information and, if desired, delete it.
- Advanced Weather Queries: The app can tell you how many days in Kiev the temperature was above 20 degrees.
- ASP.NET Core MVC .NET 7.0
- MSSQL
- OpenWeatherMap API
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/wanderlust-li/WeatherForecastApp.git
- Navigate to the project directory:
cd WeatherForecastApp
- Run the project: Please refer to official ASP.NET Core documentation for more information.
Contributions, issues, and feature requests are welcome!
Distributed under the MIT License. See LICENSE
for more information.
- GitHub: @wanderlust-li