Skip to content

wafcio/roda-rom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roda-ROM

Simple app to introduce how to use ROM with roda app.

How to run locally

  1. Install ruby (check version in Gemfile):

  2. Clone app repository:

  3. Install gems: $ bundle install

  4. Setup ENV data inside .env file

$ cat .env SECRET=XXX API_USER=XXX API_PASSWORD=XXX ```

  1. Check if all tests pass: $ bundle exec rspec
  2. Run all backend apps $ bundle exec rackup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%