An open API service indexing awesome lists of open source software.

https://github.com/itsmebriand/percival

SpaceX Data Aggregator
https://github.com/itsmebriand/percival

Last synced: 3 months ago
JSON representation

SpaceX Data Aggregator

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