Made login / register UI. Started implementing validation

This commit is contained in:
Leons Aleksandrovs
2025-07-04 22:39:00 +03:00
parent 2cd3027b72
commit 58d53b17cb
11 changed files with 273 additions and 66 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Load variables
source ./var.sh
cd .. && docker compose -f $file down && docker compose -f $file up --build -d
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Load variables
source ./var.sh
cd .. && docker compose -f $file down
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
export file="development.yml"