Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joseteodoro/consent-enforcement

Consent management and enforcement PoC
https://github.com/joseteodoro/consent-enforcement

consent-enforcement consent-management golang-application graphql-server poc

Last synced: about 1 month ago
JSON representation

Consent management and enforcement PoC

Awesome Lists containing this project

README

        

# consent-enforcement

Consent management and enforcement PoC

PoC for consent management / enforcement using Go + graphql + couchdb

## DB

Starting couchdb.

```
$ ./scripts/start_couchdb.sh
```

Connecting on couchdb locally

```
http://127.0.0.1:5984/_utils/#
```

## Server

Install all dependencies.

```
dep ensure
```

Re-building the code from schema (if needed or if has any update).

```
go run scripts/gqlgen.go
```

Start the server.

```
go run cmd/server/server.go
```

Open http://localhost:8080/ for GraphQL Playground