4a4a318c68
* Create items/ route * Add basic query * Vercel * Fix typo * Fix type * Cleaner exports * Explain expandable |
||
---|---|---|
.github/workflows | ||
oapen-engine | ||
web | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE.md | ||
README.md |
README.md
OAPEN Suggestion Service
Configuration
Create a database.ini
file in oapen-engine/src
with the following:
[postgresql]
host=localhost
database=postgres
user=<username>
password=<your-password>