Skip to content

rodhenr/WeatherForecast_MVC_CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published