Functionality to create, update and delete label.

This commit is contained in:
2026-01-31 17:10:40 +01:00
parent 8d15e786ac
commit cb39f7ad32
8 changed files with 488 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Web server
SERVER_ADDRESS=localhost
SERVER_PORT=9090
SERVER_PORT=9091
# Database
DATABASE_URL=postgres://USER:PASSWORD@localhost:5432/label_editor