The goal is to establish a platform that would give society the opportunity to have a platform to apply to jobs. This platform would support four different types of users. It would support a guest, a registered user, and recruiter.
cd backend
# install dependencies
mvn clean install
# start server
mvn spring-boot:run
cd frontend
# install dependencies
npm install
# start server
ng serve