Go to file
leca 010475bca2 added endpoint for group leaving 2024-11-18 13:54:05 +03:00
messages added endpoint for group leaving 2024-11-18 13:54:05 +03:00
src added endpoint for group leaving 2024-11-18 13:54:05 +03:00
.gitignore added config.json to gitignore 2024-10-31 07:48:17 +03:00
Dockerfile docker deployment 2024-10-28 19:35:35 +03:00
LICENSE Initial commit 2024-10-25 13:03:10 +03:00
README.md move config to sample 2024-10-28 20:04:00 +03:00
db_schema.psql added category 2024-10-27 05:35:36 +03:00
docker-compose.yml added persistent volumes for postgresql db 2024-11-13 19:41:30 +03:00
package-lock.json websockets 2024-11-12 21:22:13 +03:00
package.json websockets 2024-11-12 21:22:13 +03:00
sample.config.json renamed keys in json websocket send on synchronization 2024-11-13 11:38:32 +03:00
schema.drawio a lot of bugfixes, completed abstract products and products 2024-10-27 04:45:13 +03:00

README.md

bsfe_server

Deployment

1.Copy sample.config.json to config.json 2. Edit config.json to your needs (port, database credentials) 3. Edit docker-compose.yml (insert changed port and database credentials from config.json) 4. First-time: docker-compose up --build 5. Then just: docker-compose up -d