Skip to content

A GraphQL server to query the data from the DadosJusBR project. Using Apollo Server, DataSource, Express and Type GraphQL

License

Notifications You must be signed in to change notification settings

marco-rosner/dadosjusbr-graphql

Repository files navigation

License: MIT genDocsGPT

DadosJusBr GraphQL

This project is a GraphQL server to query the data from DadosJusBR. Using Apollo Server, Express and Type GraphQL

Docker Hub

To run this project using docker run this command:

docker pull marcorosner/dadosjusbr-graphql

docker run -p 4000:4000 -d marcorosner/dadosjusbr-graphql

Project Setup

npm install

Compile and Hot-Reload for Development

npm run start

Prints

All Queries
All Queries

Get Agencies Get Agencies

Get Data By Agency Get Data By Agency

Get Indexes Get Indexes

Get Aggregate Indexes Get Aggregate Indexes

About

A GraphQL server to query the data from the DadosJusBR project. Using Apollo Server, DataSource, Express and Type GraphQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published