Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-scholten authored Mar 29, 2022
1 parent 4be6794 commit 443af6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Nederlands (English below)
## Deze applicatie bevat:
### Deze applicatie bevat:
* React Kotlin/JS Front-end module (gebruikt IR compiler)
* SpringBoot Kotlin/JVM Back-end module
* Gedeelde Kotlin common bron module<br />
Expand All @@ -11,7 +11,7 @@

Het project is gemaakt met de IntelliJ KotlinJS Multiplatform initializer. De applicatie laat de gegevens van de `Werknemer` zien. De informatie wordt opgehaald van de back-end via een API-call. De `Werknemer` data klasse is gedeeld tussen de front-end en back-end modules. Deze bevinden zich in de `commonMain` module. De gebruiker kan het telefoonnummer van de werknemer invoeren via het Nederlandse of internationale telefoonnummerformat. Telefoonnummer validatielogica is ook gedeeld tussen front- en back-end en wordt gecheckt op beide modules.

## De applicaties starten
### De applicaties starten
1. Start SpringBoot via de 'main' functie.
2. Voer 'gradle frontendBrowserDevelopmentRun' uit om de front-end op te starten.
3. Ga naar `localhost:8080` voor de front-end, `localhost:3000/api/werknemer` voor de back-end calls.
Expand All @@ -22,7 +22,7 @@ Het project is gemaakt met de IntelliJ KotlinJS Multiplatform initializer. De ap
--------------------------

## English
## This application contains:
### This application contains:
* React Kotlin/JS Front-end module (uses IR compiler)
* SpringBoot Kotlin/JVM Back-end module
* Shared Kotlin common source module<br />
Expand All @@ -31,7 +31,7 @@ Het project is gemaakt met de IntelliJ KotlinJS Multiplatform initializer. De ap

The project is made with the IntelliJ KotlinJS Multiplatform initializer. The template already present shows Werknemer (Employee) information at the front-end. This info is received from the back-end by an API call. The `Werknemer` data class is shared between front-end and back-end modules. This can be found in the `commonMain` module. The user can set the phone number of the employee only in the correct dutch/international phone number format. Phone number validation logic is also shared between back-end and front-end and checked on both modules.

## Starting the applications
### Starting the applications
1. Start SpringBoot via the main function.
2. Run 'gradle frontendBrowserDevelopmentRun' to start the front-end.
3. go to `localhost:8080` for front-end, `localhost:3000/api/werknemer` for back-end calls.
Expand Down

0 comments on commit 443af6e

Please sign in to comment.