Weather converter is a web based application developed with .Net core api and Angular front end framework. This project is developed with .net core 3.1 SDK and Angular 11.
- Convert Celsius value to Kelvin and Fahrenheit.
- Convert Kelvin value to Celsius and Fahrenheit.
- Convert Fahrenheit value to Celsius and Kelvin.
- Clone the repository from the following url. Weather Converter
- To run the api, navigate to the
root folder/WhetherApiand run the following command.
dotnet run- To run the UI application, run the following command in
root folder/WhetherUIpath. It will automatically open up the browser window for our application.
ng serve -o- To run the Unit test application, run the following command in
root folder/WhetherApiTestspath.
dotnet test