-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Oleg edited this page Dec 11, 2022
·
4 revisions
That is often difficult to understand yourself and personal state, so we want to help our clients with this first step. Our web application provides psychological questionnaires that were built to define a personal emotional map. If the user is worried that he feels some range of emotions, we will offer him simple tips to work out his states in more detail.
Our backend application uses Java 11 and SpringBoot framework for web-application development.
Download and setup java on your PC:
- check it by running
java --version
command in cmd
- Open CLI using cmd:
- go to the folder where you downloaded .jar archive
java -jar {folder_path}/{archive_name}.jar
- Verify that backend application is working:
- open your browser and go to http://localhost:8080/actuator/health
- your status should be UP Local server is going to deploy on 8080 port of localhost.
See How to Install JDK in Windows 11? for more details.