Skip to content

gregorjohannson/IDU0080_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

IDU0080_01

Running/installation:

Create a postgres database with name "idu_0080" or change the appropriate values in both:

  • app/src/main/resources/application.properties
  • service/src/main/resources/application.properties

Run the service first to make it create the database tables. Then run the app.

Navigation:

APP:

  1. http://localhost:8090/ - index
  2. http://localhost:8090/rest/external/computers - external service
  3. http://localhost:8090/rest/computers - all computers
  4. http://localhost:8090/rest/computers/search?make=xxx - search by make like ...
  5. http://localhost:8090/rest/computers/search?model=xxx - search by model like ...
  6. http://localhost:8090/rest/computers/search?processor=xxx - search by processor like ...

SERVICE:

  1. http://localhost:8080/service/computers

Gregor Johannson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published