Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joseteodoro/consent-enforcement
- Owner: joseteodoro
- License: gpl-3.0
- Created: 2019-09-11T18:02:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T21:13:07.000Z (about 5 years ago)
- Last Synced: 2024-10-01T16:27:36.301Z (about 2 months ago)
- Topics: consent-enforcement, consent-management, golang-application, graphql-server, poc
- Language: Go
- Size: 342 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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