Skip to content

mira13/DataHubsTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataHubsTest

Deployment

requirements

You need to have following applications available via command line:

maven

java 11

npm

to run application

clone it from the current repository

git clone https://github.com/mira13/DataHubsTest.git

Go to the backend folder

cd rest-api/

Run test

mvn clean test

Then run application

mvn spring-boot:run

Then go to the fronend folder (in separate terminal tab or window)

cd fronend/

if you don't have Angular cli, install it with

npm install -g @angular/cli

Finally run frontend with

ng serve --open

It will run application and open it in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published