OAPEN Suggestion Service Web Application - SIT Senior Capstone
 
 
 
 
 
 
Go to file
Celina Peralta e005787bbe
OAP-22: Set up python build job in GH actions (#4)
* sync upstream

* Add linting and testing, update to python 3.10

* push engine workflow

* fix workflow version

* fix workflow version 2

* change setup-python to v3

* workflow: cd oapen-engine

* workflow

* workflow

* workflow

* add lock file

* remove unnecessary cd

* remove unnecessary cd

* remove isort

* update workflow

* job

* job

* job

* job

* job

* job

* isort why

* isort why

* isort why

* isort why

* isort why

* isort why

* isort why

* job

* job

* job

* job

* job

* job

* job

* job

* job

* job

* job

* lint

* job

* hooks

* remove lib
2022-09-30 15:49:04 -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 [Sprint] Create web-app infrastructure (#1) 2022-09-27 14:21:15 -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>