oapen-suggestion-service/api
Peter Rauscher c2f2a237db
SSL setup scripts & documentation (#67)
* Testing an nginx/SSL reverse proxy docker image

* Custom nginx and certbot containers

* Change certbot volume mounts

* Figuring some things out

* Challenges have to be run over HTTP?

* Docker networking

* remove a volume

* Added nginx & certbot to docker compose - working on droplet

* Use native nginx templating

* SSH please

* SSH setup scripts

* Updated .env and documentation for setting up HTTPS
2023-05-04 16:52:39 -04:00
..
db SSL setup scripts & documentation (#67) 2023-05-04 16:52:39 -04:00
.gitignore OAP-40 Align API more closely with ngram generation, fix environment (#21) 2022-11-14 15:20:43 -05:00
Dockerfile SSL setup scripts & documentation (#67) 2023-05-04 16:52:39 -04:00
README.md OAP-68: Combine config.env and database.ini (#52) 2023-04-07 09:37:43 -04:00
app.js SSL setup scripts & documentation (#67) 2023-05-04 16:52:39 -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