Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 588 Bytes

A tale of Rest and GraphQL

This project brings up a Rest API server written in Flask and a GraphQL server powered by Hasura (https://hasura.io/). Both of them stand on a Postgresql database filled with data from https://data.nasa.gov/Raw-Data/Extra-vehicular-Activity-EVA-US-and-Russia/9kcy-zwvn 🚀. This project can be used to show differences between the two API styles.

Prerequisites

  • docker-compose

Run

Just use docker compose! Run the following command from the root:

docker-compose up

Contribute

Want to contribute? Feel free to open a pull request!