Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

Build Status

Line Server Network

This is my solution for the Line Server Problem implemented in Ruby (2.6.5), using Sinatra framework.

  1. How to build and run the application 🚀:
sh build.sh
sh run.sh
  1. How to run the tests ✅:
cd app/
bundle install
rspec