Skip to content

analyze-properties/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze-Properties Backend README

Ruby/Rails Version

Ruby: 2.5.1p57
Rails: 5.2.1

System dependencies


Relational Database

Installer setup for localhost/development

username: analyze-properties
password: password
port: 5432

Administration and development platform for PostgreSQL.

Localhost pgAdmin portal
http://127.0.0.1:50397/browser/

App initialization


From the terminal: bundle install

Database initialization


From the terminal:
rake db:setup
rake db:migrate

Running tests


From the terminal:
rails test

Starting the app


From the terminal:
rails s

Navigate to: http://localhost:3000/

Endpoints

test OK endpoint: http://localhost:3000/api/v1/test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published