Simple app to intruduce how to use ROM with sinatra app.
-
Install ruby (check version in Gemfile):
-
Clone app repository:
-
Install gems:
$ bundle install
-
Setup ENV data inside .env file
$ cat .env SECRET=XXX API_USER=XXX API_PASSWORD=XXX ```
- Check if all tests pass:
$ bundle exec rspec
- Run all backend apps
$ bundle exec rackup