Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update README.md with how to run the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
plamentotev authored Oct 22, 2023
1 parent a7a88ef commit 64ae209
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,21 @@ You can also change it to point at the locally running backend if you want to. W
For the (mostly) full experience, keep it pointed at the deployed backend.

### Backend
#### Prerequisites
- Java 17
- Configured access to [Google Datastore](https://cloud.google.com/datastore). The application uses the default credentials setup.
For more details please check the [Spring Cloud GCP documenation](https://googlecloudplatform.github.io/spring-cloud-gcp/4.8.0/reference/html/index.html#cloud-datastore-settings). Alternatively you can use [Datastore Emulator](https://googlecloudplatform.github.io/spring-cloud-gcp/4.8.0/reference/html/index.html#datastore-emulator-autoconfiguration).

#### Run

In order to start the backend service locally run:

cd ./backend
./gradlew bootRun

on Linux/MacOS. Or on Windows:

cd backend
.\gradlew.bat bootRun

TBD
The backend service is accessible on port 8080.

0 comments on commit 64ae209

Please sign in to comment.