The way to start this web application
- Build database in docker
Navigate to the root directory of the project and run:
docker compose up -d
- Go to the ./backend directory in project
run:
mvn -U clean compile
then start Springboot application in IDE or run:
mvn spring-boot:run
- Go to ./frontend/apprenticeship-react directory in project
run:
npm install
then:
npm run dev
- Open browser enter the URL: localhost:5173/apprenticeship