Ruby: 2.5.1p57
Rails: 5.2.1
PostgreSQL 10 - https://www.postgresql.org/download/
Relational Database
username: analyze-properties
password: password
port: 5432
pgAdmin - https://www.pgadmin.org/download/
Administration and development platform for PostgreSQL.
Localhost pgAdmin portal
http://127.0.0.1:50397/browser/
From the terminal:
bundle install
From the terminal:
rake db:setup
rake db:migrate
From the terminal:
rails test
From the terminal:
rails s
Navigate to: http://localhost:3000/
test OK endpoint: http://localhost:3000/api/v1/test