- Ruby 2.4.2
- PostgreSQL
- Clone poject
- Run bundler:
$ bundle install
Create database.yml:
$ cp config/database.yml.sample config/database.yml
$ bundle exec rake db:create db:migrate
- Run application:
$ rails s -p 3000
To execute tests, run following commands:
$ bundle exec rake db:migrate RAILS_ENV=test #(the first time only)
$ bundle exec rspec
Enter the following address in the browser:
http://localhost:3000/apipie
The software is available as open source under the terms of the MIT License.