From 3c2e122ded5c0e69a7b3a41bdc77ef161c966163 Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:41:51 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcf74a9..7e24237 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ Alternatively, utilize the Docker compose file provided. Before proceeding, plea In the code directory, use: ```shell -docker-compose up -d +docker compose up -d ``` When you want to stop the application: ```shell -docker-compose down +docker compose down ``` Docker helps in managing the application without the need for manual setup. From 6ef56eda2c79c13f98a1d1ca61daf90fe6c478b3 Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:26:00 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/README.md b/README.md index 7e24237..decec10 100644 --- a/README.md +++ b/README.md @@ -171,38 +171,7 @@ defaults, no action is needed. ## Contributing Contributions to this project are most welcome. If you have an idea for a feature, want to suggest an enhancement, or -need to report a bug, feel free to open an issue or submit a pull request. Please follow these steps for contributing: - -1. Fork the project repository. - -2. Clone the forked repository to your local machine. - -3. Make your changes in your local repository. - -4. If you're suggesting a feature or an enhancement, write a clear and detailed proposal for how it should work. - -5. After making your changes, run the tests to ensure everything works as expected. - -6. Commit your changes with a clear and concise commit message. - -7. Push your changes to your forked repository. - -8. Submit a pull request, detailing the changes you made or the features you propose, and explain why they should be - included. - -All pull requests and feature suggestions will go through a review and feedback process. We aim to merge pull requests -and implement useful features that align with the project's objectives as soon as possible. - -## License - -This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the software. However, you must include the following notice in all copies -or substantial portions of the software: - -"The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the -warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or -copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or -otherwise, arising from, out of or in connection with the software or the use or other dealings in the software." +need to report a bug, feel free to open an issue or submit a pull request. From 174cdbb726646125bb6eee3168932a8a406752ee Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:28:08 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index decec10..6110bed 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,11 @@ Next, set up the environment variables. Defaults are provided, but you can adjus Navigate to the code directory and run: ```shell -DB_URL=your_value DB_USERNAME=your_value DB_PASS=your_value PORT=your_value ./gradlew bootRun +DB_URL=your_value \ +DB_USERNAME=your_value \ +DB_PASS=your_value \ +PORT=your_value \ +./gradlew bootRun ``` Replace your_value with your values.