Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
CAP Event Registration using PostgreSQL for persistence
- Host: GitHub
- URL: https://github.com/gregorwolf/pg-registration
- Owner: gregorwolf
- License: other
- Created: 2021-06-06T16:22:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T13:00:07.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:35:20.994Z (28 days ago)
- Language: HTML
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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"
}
}
]
}
}```