bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Create database for the annotations #515

Closed MercerFrey closed 1 year ago

MercerFrey commented 1 year ago

Description:

Annotations should be stored in another database because we will use Web Annotation Data Model. In the future, internet users other than Heka users would want to access this database or use this annotation service. Creating another database is mandatory for the annotations.

Steps:

  1. Create another database with the Docker.
  2. Connect the database with the Django backend.
  3. Create this database on the test server.

Deadline: 23.12.2022 12.00

MercerFrey commented 1 year ago

Another database is up and running in the test-server. It is another PostgreSQL. image Closing.