Skip to content

Commit d3ade5b

Browse files
committed
Update readme
1 parent 4000fa8 commit d3ade5b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To run the frontend application locally, from the `ui` directory, run:
3737

3838
### Running the backend
3939

40-
Starting Postgres database container:
40+
Starting all required dependencies for the CourseHub backend:
4141

4242
```bash
4343
docker compose up -d
@@ -48,9 +48,14 @@ To run the backend application:
4848
* From Gradle: `./gradlew bootRun`
4949
* From IDE: Run the `CourseHubApplication` main class.
5050

51+
Now you can access the CourseHub UI on `http://localhost` and the backend API on `http://localhost:8080`.
52+
5153
### Making requests
5254

53-
The application is accessible on `http://localhost:8080`.
55+
Without authentication, you can only access the public endpoints, for example:
56+
```bash
57+
curl http://localhost:8080/courses
58+
```
5459

5560
### Building docker images
5661

0 commit comments

Comments
 (0)