This is backend part of educational SkillScope project that will help you build website. Instruction describes how to clone and run the project on your local machine.
These instructions will help you get a copy of the project and running it on your local machine for development and testing purposes.
This application requires pre-installed JDK 17 or higher. See more.
- Clone this repository
git clone https://github.com/Vladyslav-Team/backend
- Make sure you are using JDK 17 and Maven
- You can build the project and run the tests by running
mvn clean packageormvn install / mvn clean install
Now you can launch the server(current one is 28852, default port is 8080).
- run Spring Boot app using Maven:
mvn spring-boot:run - [optional] Run Spring Boot app with
java -jar command java -jar target/skillscope-0.0.1-SNAPSHOT.jar
- Maven - Build tool
- Spring Boot - Web framework
- JUnit - Testing framework
Menthor:
Team: