Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 6 days 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"
}
}
]
}
}

```