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

https://github.com/gregorwolf/pg-registration

CAP Event Registration using PostgreSQL for persistence
https://github.com/gregorwolf/pg-registration

Last synced: 4 months ago
JSON representation

CAP Event Registration using PostgreSQL for persistence

Awesome Lists containing this project

README

          

# CAP Event Registration using PostgreSQL for persistence

For local testing:

```
{
"VCAP_SERVICES": {
"postgres": [
{
"name": "postgres",
"label": "postgres",
"tags": [
"database",
"plain"
],
"credentials": {
"host": "localhost",
"port": "5432",
"database": "registration",
"user": "registration",
"password": "SecurePassword"
}
}
]
}
}

```