OAPEN Suggestion Service Web Application - SIT Senior Capstone
 
 
 
 
 
 
Go to file
Justin O'Boyle 4a4a318c68
OAP-18 Create basic framework to view books through OAPEN (rough is OK) (#5)
* Create items/ route

* Add basic query

* Vercel

* Fix typo

* Fix type

* Cleaner exports

* Explain expandable
2022-10-03 21:34:11 -04:00
.github/workflows OAP-22: Set up python build job in GH actions (#4) 2022-09-30 15:49:04 -04:00
oapen-engine OAP-22: Set up python build job in GH actions (#4) 2022-09-30 15:49:04 -04:00
web OAP-18 Create basic framework to view books through OAPEN (rough is OK) (#5) 2022-10-03 21:34:11 -04:00
.gitignore OAP-18 Create basic framework to view books through OAPEN (rough is OK) (#5) 2022-10-03 21:34:11 -04:00
.pre-commit-config.yaml OAP-22: Set up python build job in GH actions (#4) 2022-09-30 15:49:04 -04:00
LICENSE.md Create LICENSE.md 2022-09-27 14:00:13 -04:00
README.md Update README.md 2022-09-27 18:47:21 -04:00

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>