Skip to content

gotar/sinatra-rom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra-ROM

Simple app to intruduce how to use ROM with sinatra 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