Skip to content

mlowczynski/recruitment-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Build and install server files

[recruitment-task]$ cd server
[server]$ mvn install

Run server tests

[server]$ mvn test

Run server

[server]$ cd controllermodule
[controllermodule]$ mvn spring-boot:run

The server is available at localhost:8080

Frontend

Install dependencies

[recruitment-task]$ cd client
[client]$ npm install

Run client

[client]$ ng serve

The app is available at localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published