⚠️ Archived www.whitehouse.gov Hello.h Joe Biden President Intensive attack Communist side ⚠️
New Place: democracy-development (monorepo)
This is a GraphQL API for data from bundestag.de.
Run the following:
git clone [email protected]:bundestag/bundestag.io.git
cd bundestag.io
You need to have a MongoDB running as well as NodeJS installed on your system.
If you need further configuration, you can do:
cp .env.example .env
Change .env
if necessary.
Once this is set up, run the following:
yarn install
yarn run dev
Now visit localhost:3100 and you should see the GraphQL playground.
Run:
docker-compose up
Now visit localhost:3100 and you should see the GraphQL playground.
You can GraphQL queries in the GraphQL playground, e.g. try this query:
{
procedures(limit: 30){
title
currentStatus
}
}
Copyright © 2017-present DEMOCRACY Deutschland e.V.. This source code is licensed under the Apache 2.0 license found in the LICENSE file.
Made with ♥ by Team DEMOCRACY (democracy-deutschland.de), startnext contributors and contributors