Merge pull request #7 from Aykhan-s/dev

Update README.md
This commit is contained in:
Aykhan Shahsuvarov 2023-09-20 03:01:27 +04:00 committed by GitHub
commit 52b1e3768f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,12 @@
# TODO:
- Add logger with MongoDB
# Run for development
### 1. Rename and fill env files
/src/app/app.env.example -> /src/app/app.env
/src/mongodb/mongodb.env.example -> /src/mongodb/mongodb.env
/src/postgres/postgres.env.example -> /src/postgres/postgres.env
### 2. Run all services with docker compose
docker compose -f docker-compose-dev.yml --build -d
### Create user
docker exec -it {container_name} poetry run python3 commands/create_user.py