You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ This application is used in HackYourFuture to showcase best practices in buildin
6
6
students to implement parts. For example, in the frontend course students create their own frontend and in the backend
7
7
course create their own backend in Java.
8
8
9
-
## Getting started
9
+
## Live demo
10
10
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).
12
12
13
-
Make sure to have the following installed, for the frontend application:
13
+
## Development
14
14
15
-
*[Node.js 22 or later](https://nodejs.org/en/download)
15
+
### Prerequisites
16
16
17
17
Make sure to have the following installed, for backend application:
18
18
@@ -21,6 +21,10 @@ Make sure to have the following installed, for backend application:
21
21
* Any IDE: We recommend [VSCode](https://code.visualstudio.com/download)
22
22
or [IntelliJ IDEA](https://www.jetbrains.com/idea/download/?section=mac)
23
23
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
+
24
28
### Running the backend
25
29
26
30
Starting all required dependencies for the CourseHub backend:
0 commit comments