An ASP.NET MVC web application that allows users to utilize the ParkFinder API.
- Click here to download a .NET Core SDK from Microsoft Corp.
- Click here to download the 64-bit .NET Core SDK from Microsoft Corp.
Enter the command dotnet tool install -g dotnet-script
in Terminal (macOS) or PowerShell (Windows).
Enter the following commands in Terminal (macOS) or PowerShell (Windows):
cd desktop
git clone https://github.com/kwicz/ParkFinderClient.Solution
cd ParkFinderClient.Solution
In your terminal, type the following commands to make sure all necessary packages are included in the project and to launch in your browser:
cd ParkFinderClient
dotnet restore
dotnet build
Enter the following to build your database and tables for the program:
dotnet ef migrations add Initial
dotnet ef database update
In your terminal, type:
dotnet watch run
Hold command
while clicking the link in your local terminal to your local address, which should be:
http://127.0.0.1:5000
Navigate to https://github.com/kwicz/ParkFinder.Solution
and follow the Setup Instructions.
Congratulations! The project is now ready to use.
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- C#
- .NET Core 2.2
- ASP.NET Core MVC
- RestSharp 106.6.10
- Newtonsoft.Json 12.0.2
- Razor 2.2.0
- ParkFinder API
- Badlands Photography by Andreas Eckert
Copyright (c) 2020 K Wicz