Go to file
leca c39e8c9790 added endpoints for object deletion 2024-11-11 01:11:24 +03:00
messages tested and fixed 2024-10-31 07:47:27 +03:00
src added endpoints for object deletion 2024-11-11 01:11:24 +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 right container start sequence 2024-10-31 07:52:37 +03:00
package-lock.json ability to upload images 2024-10-28 17:17:47 +03:00
package.json ability to upload images 2024-10-28 17:17:47 +03:00
sample.config.json move config to sample 2024-10-28 20:04:00 +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