Go to file
leca 7a2ab7dd5b Centralized errors and added their translations. Didn't test 2024-10-31 06:33:57 +03:00
messages Centralized errors and added their translations. Didn't test 2024-10-31 06:33:57 +03:00
src Centralized errors and added their translations. Didn't test 2024-10-31 06:33:57 +03:00
.gitignore ability to upload images 2024-10-28 17:19:02 +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 fixed fs.renameSync & docker issue 2024-10-28 22:04:50 +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