No description
Find a file
2020-09-28 12:54:35 +02:00
.gitignore Add boilerplate code 2020-08-23 21:54:16 +02:00
app.py Add AllEntitiesHandler stub 2020-09-28 12:54:35 +02:00
auth.py Add authentication 2020-08-23 22:07:20 +02:00
docker-compose.yml Adapt service name in docker-compose 2020-08-23 21:55:16 +02:00
Dockerfile Add boilerplate code 2020-08-23 21:54:16 +02:00
dotenv.template Add boilerplate code 2020-08-23 21:54:16 +02:00
OAS3.yml Add endpoints for entities to OAS3 2020-09-28 12:53:02 +02:00
README.md Add authentication 2020-08-23 22:07:20 +02:00
requirements.txt Add boilerplate code 2020-08-23 21:54:16 +02:00
test.py Add boilerplate code 2020-08-23 21:54:16 +02:00
test.sh Add boilerplate code 2020-08-23 21:54:16 +02:00
util.py Add boilerplate code 2020-08-23 21:54:16 +02:00

Entities Service

Query and manipulate the Netz39 entities database.

Running the Service

Configuration

The service is configured via the following environment variables:

  • PORT: Service port. defaults to 8080
  • AUTH: Authentication tokens, defaults to None. Example Configuration : AUTH={"token_1": "user_1", "token_2": "user_2"}