Hi everyone! This is a project originally made by Roberto Falconi and Salvatore Licitra for the course "Software Architecture and Cybersecurity Lab" and its teacher Luigi Freda, based at Sapienza - University of Rome.
The code is written in Ruby (v2.4.x) on Rails (v5.x).
Open a terminal anywhere on your device, then:
git clone https://github.com/RobertoFalconi95/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
rails s
git clone https://github.com/RobertoFalconi95/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
bundle exec cucumber
bundle exec rspec