https://github.com/informatievlaanderen/association-registry
https://github.com/informatievlaanderen/association-registry
base-registries base-registries-application eupl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatievlaanderen/association-registry
- Owner: Informatievlaanderen
- Created: 2022-07-26T07:55:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-07T11:32:19.000Z (3 months ago)
- Last Synced: 2026-05-07T11:39:04.734Z (3 months ago)
- Topics: base-registries, base-registries-application, eupl
- Language: C#
- Homepage:
- Size: 19.7 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Association Registry [](https://github.com/Informatievlaanderen/association-registry/actions/workflows/main.yml)
## Goal
> Authentic association registry containing 'feitelijke verenigingen' in Flanders.
Please see our [contributing guidelines](CONTRIBUTING.md) before contributing.
## Required tools
- dotnet sdk (see `global.json` for exact version)
- docker compose
## Setup
Working with docker containers :
### Start docker containers
```~~~~
docker compose up -d
```
### Stop docker containers
```~~~~
docker compose down -v
```
## Conventions
### Json --- responses
- strings are empty or have a value (never NULL)
- collections are empty or have values (never NULL)
- objects can be NULL