No changes made

This commit is contained in:
2025-04-16 12:47:04 -04:00
commit 1ed3b0c2d4
98 changed files with 8857 additions and 0 deletions

8
backend/README.md Normal file
View File

@@ -0,0 +1,8 @@
```shell
docker run -v $(pwd)/postgres:/var/lib/postgresql/data \
-e POSTGRES_DB=loading \
-e POSTGRES_PASSWORD=password \
--rm --name postgres \
-p 5432:5432 \
-d scr.siteworxpro.com/library/postgres:17
```