https://github.com/itsmebriand/percival
SpaceX Data Aggregator
https://github.com/itsmebriand/percival
Last synced: 3 months ago
JSON representation
SpaceX Data Aggregator
- Host: GitHub
- URL: https://github.com/itsmebriand/percival
- Owner: ItsMeBrianD
- Created: 2019-03-03T03:02:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T19:39:15.000Z (almost 7 years ago)
- Last Synced: 2026-01-02T03:25:34.498Z (5 months ago)
- Language: HTML
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Percival
> ASP.NET MVC/JQuery SpaceX Data Aggregator
Created as part of the interview process for [SetWorks](https://set-works.com) in March of 2019
## Running the program
### UNIX
- Ensure you have [.NET Core 2.2][1] installed
- Clone or download the repo
- Navigate to Percival/ in the terminal
- Use `dotnet run`
- Navigate to `https://localhost:5001` in a web browser
### Windows
- Ensure you have Visual Studio installed
- Ensure you have [.NET Core 2.2][1] installed
- Clone or download the repo
- Open Percival/Percival.csproj as a project in Visual Studio
- Run the project, Visual Studio should open a browser and direct you to the page
[1]: https://dotnet.microsoft.com/download/dotnet-core/2.2