This is my solution for the Line Server Problem implemented in Ruby (2.6.5), using Sinatra framework.
- How to build and run the application 🚀:
sh build.sh
sh run.sh
- How to run the tests ✅:
cd app/
bundle install
rspec
This is my solution for the Line Server Problem implemented in Ruby (2.6.5), using Sinatra framework.
sh build.sh
sh run.sh
cd app/
bundle install
rspec