Merge pull request #70 from liosha84/development

Development
This commit is contained in:
liosha84
2025-08-07 13:41:53 +03:00
committed by GitHub
18 changed files with 374 additions and 68 deletions
+2 -1
View File
@@ -50,8 +50,9 @@ To run the application, follow these steps:
GRANT ALL PRIVILEGES ON DATABASE jambotronDB TO admin;
```
- If you are using Docker, you can run PostgreSQL using the following command:
- port 5433 is used.
```bash
docker run --name postgresDB -p 5432:5432 -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=postgrespw -e POSTGRES_DB=jambotronDB -d postgres
docker run --name postgresDB -p 5433:5432 -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=postgrespw -e POSTGRES_DB=jambotronDB -d postgres
```
- if you are wont to use pgadmin
```bash