From 8afdeec414db31b523cd4c0f9b7751b070e8eee0 Mon Sep 17 00:00:00 2001 From: Sten Laane <21343173+StenAL@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:01:05 +0300 Subject: [PATCH] Docs: Update README with minor corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b2377e..e1d9904 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://laane.xyz/stonks [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE.md) ## Tools -Baltic Stocks uses Java and MariaDB for its backend and a React and TypeScript for frontend. +Baltic Stocks uses Java and MariaDB for its backend and React and TypeScript for the frontend. Deployment is automated using GitHub Actions and AWS. The deployed backend is containerized using Docker. @@ -20,7 +20,7 @@ To locally run this you need [Java](https://adoptium.net/), ### Backend The following instructions use `server` as their root directory -1. Run `docker-compose up` in `docker/dev/docker-compose.yml` to start a preconfigured +1. Run `docker compose up` in `docker/dev/docker-compose.yml` to start a preconfigured database in a Docker container. Alternatively set up the database manually using MariaDB. 2. Insert sample data to DB from `data` directory `.sql` files 3. Start the backend using `gradle bootRun` (local Gradle installation) @@ -35,7 +35,7 @@ The following instructions use `client` as their root directory ## Contributing and Issues Contributions are always welcome. Anyone can open issues and - pull requests on [GitHub](https://github.com/StenAL/baltic-stocks) +pull requests on [GitHub](https://github.com/StenAL/baltic-stocks) ## License This project is licensed under the [MIT license](https://github.com/StenAL/baltic-stocks/blob/master/LICENSE)