Skip to content

Commit acc13c9

Browse files
committed
Added readme about live demo
1 parent 278c75f commit acc13c9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This application is used in HackYourFuture to showcase best practices in buildin
66
students to implement parts. For example, in the frontend course students create their own frontend and in the backend
77
course create their own backend in Java.
88

9-
## Getting started
9+
## Live demo
1010

11-
### Prerequisites
11+
You can access a live demo of CourseHub at: [https://coursehub.hyf.dev](https://coursehub.hyf.dev) and explore the OpenAPI specification at: [https://coursehub.hyf.dev/api/swagger-ui/index.html](https://coursehub.hyf.dev/api/swagger-ui/index.html).
1212

13-
Make sure to have the following installed, for the frontend application:
13+
## Development
1414

15-
* [Node.js 22 or later](https://nodejs.org/en/download)
15+
### Prerequisites
1616

1717
Make sure to have the following installed, for backend application:
1818

@@ -21,6 +21,10 @@ Make sure to have the following installed, for backend application:
2121
* Any IDE: We recommend [VSCode](https://code.visualstudio.com/download)
2222
or [IntelliJ IDEA](https://www.jetbrains.com/idea/download/?section=mac)
2323

24+
Make sure to have the following installed, for the frontend application:
25+
26+
* [Node.js 22 or later](https://nodejs.org/en/download)
27+
2428
### Running the backend
2529

2630
Starting all required dependencies for the CourseHub backend:

0 commit comments

Comments
 (0)