Skip to content

eu-team/clean-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.