oapen-suggestion-service/api
Celina Peralta 3622261f98
Fix self-signed cert error (#64)
* add certificate to droplet, update readme

* update test container job to add crt
2023-04-20 13:54:59 -04:00
..
db Fix self-signed cert error (#64) 2023-04-20 13:54:59 -04:00
.gitignore OAP-40 Align API more closely with ngram generation, fix environment (#21) 2022-11-14 15:20:43 -05:00
Dockerfile Fix self-signed cert error (#64) 2023-04-20 13:54:59 -04:00
README.md OAP-68: Combine config.env and database.ini (#52) 2023-04-07 09:37:43 -04:00
app.js OAP-68: Combine config.env and database.ini (#52) 2023-04-07 09:37:43 -04:00
package-lock.json OAP-68: Combine config.env and database.ini (#52) 2023-04-07 09:37:43 -04:00
package.json OAP-68: Combine config.env and database.ini (#52) 2023-04-07 09:37:43 -04:00
routes.js DB SSL, API format changes, new endpoints, and unit testing with Actions 2023-04-18 19:48:09 -04:00
validate.js DB SSL, API format changes, new endpoints, and unit testing with Actions 2023-04-18 19:48:09 -04:00

README.md

OAPEN Suggestion API

Configuration

You can specify the port requests will be served on with the API_PORT variable. The default value is 3001.

Follow the setup instructions to ensure the database environment variables are set.

Endpoints