- HTML
- CSS
- Bootstrap
- C#
- .NET5
- ASP.NET Core MVC
- Razor
- NuGet
- git
- GitHub
- MySQL
- MySQL Workbench
A MVC web application to accompany the National Parks API found here: https://github.com/kpundt93/NationalParksApi.Solution
- Download, install, and configure MySQL
- Open the terminal on your desktop
- Once in the terminal, use it to navigate to your desktop folder
- Once inside your desktop folder, use the command
git clone https://github.com/kpundt93/NationalParksClient.Solution.git
- After cloning the project, navigate into it using the command
cd NationalParksClient.Solution/NationalParksClient
- Create a file named "appsettings.json" in the
NationalParksClient
directory
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
- Then run the command
dotnet restore
to install project dependencies - Then run the command
dotnet run
to run the project in the browser
- _No known bugs
MIT License: https://opensource.org/licenses/MIT
Copyright (c) 2022 Katie Pundt