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

https://github.com/itschrislow/space-x-rockets


https://github.com/itschrislow/space-x-rockets

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# SpaceX Rockets

Display SpaceX Rockets and respective details using data grabbed from public SpaceX API.

Technology: Next.js, ApolloClient, Bulma

### How to Use
---
Download zip file or git clone:
```
git clone https://github.com/chris0610/space-x-rockets.git
```
Install it and run:
```
cd server
npm i
npm start
```

```
cd client
npm i
npm run dev
```