Skip to content

NiklavsM/RecruitmentSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requisites

To run the application locally Node package manager, Maven and Java SDK need to be installed on the machine.

#Client

Firstly, to make sure that all the external dependencies are installed “npm install” needs to be executed from recruitment-system-app/client directory. This will download all the dependencies and put them in node_modules folder. To run the frontend application “nmp start” command needs to be executed form recruitment-system-app/client directory. This starts a server on localhost port 4200.

#Server

To start the backend server “mvn spring-boot:run -Dspring.profiles.active=dev” needs to be executed from recruitment-system-app/server directory. This starts the backend server on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors