Skip to content

Brest-Java-Course-2015/Kolya-Romanchuk

Repository files navigation

Kolya-Romanchuk

BANK-ACCOUNT

mvn clean install

Start rest: cd app-rest mvn jetty:run

URL prefix: localhost:8080/rest

  • list user /users
  • count users /users/count
  • list checks /checks/{id_user}
  • list transactions /transactions/{id_user}

Start web client: cd app-web mvn jetty:run

URL prefix: localhost:8090

Users login and password:

  • user1 user1
  • user2 user2

Admin login and password:

  • admin admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published