rodhenr / WeatherForecast_MVC_CSharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description πŸ“’

This is a project built on .Net Core MVC where it is possible to search and display the weather forecast for a city.

Techs πŸ‘¨β€πŸ’»

The following technologies were used in this project:

How to replicate this project πŸ“€

  • Make sure to have the necessary dependencies installed, such as .NET 7 SDK
  • Follow the instructions to run the WeatherForecast_API_CSharp
  • Clone this repository
  • Create a file named .env in the root directory of the project. Open the .env file and add the following line:
API_BASE_URL=http://localhost:5119/api/weatherForecast
  • In the command prompt or terminal, navigate to the project's root directory. Then, run the following command to restore the project's dependencies:
dotnet restore
  • Once the dependencies are installed, you can build and run the project using the following command:
dotnet run

Questions or Suggestions? 😁

If you have any questions or suggestions, feel free to reach out!

About


Languages

Language:C# 45.6%Language:HTML 36.2%Language:CSS 16.8%Language:JavaScript 1.4%