Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.18 KB

clean-machine Build Status codecov Maintainability

Installation

PostgreSQL

  1. Open pgAdmin interface (in PostgreSQL install folder, under the bin directory, double click on pgAdmin4.exe)
  2. Create a user with the following credentials:
username: User
password: password
  1. Create a PostreSQL database named cleanMachineDB, and assign User as the database owner

IntelliJ IDEA

  1. Open IntelliJ and select "Import Project"
  2. Choose "Maven" and click Next
  3. Tick "Import Maven projects automatically" and Next
  4. Leave all the defaults and complete the assistant

IntelliJ should import all Maven dependencies automatically.

You can test the server by navigating to http://localhost:8080/users that should display a JSON list of users.