Skip to content

Adushar/currency_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hire Ruby on Rails Developers, Task #2

Technology stack:

  • sinatra(2.0.5)
  • ruby(2.5.5)
  • bundle
  • haml
  • css
  • javascript

How to run this project

Firstly, be sure that you have ruby 2.5.5. To check run:

ruby -v

Secondly, clone this project to your local machine

git clone https://github.com/Adushar/currency_calculator.git && cd currency_calculator

Then install gems

bundle

And finally start application

bundle exec rackup -p 9292 config.ru

OR

ruby app.rb

Don't forget about tests

rspec spec