DDD
DDD copied to clipboard
Domain-driven design
This docker-compose file was created to solve a problem with the configuration of the database server needed to run the applications from the lecture. All commands are described in the...
We use SQL Query like: ```sql SELECT * FROM users ``` It would be logical to rename from /user to /user**s**
While working on Node 2024 course task, I noticed that the type of the *user* field might be mistakenly set to *integer*. I suppose it should be *bigint*. Please review.