Skip to content

Bachelor's Degree Thesis and project in Computer Security and Software Architectures. Web app: users can encrypt messages and send them via any social, IM or QRCode.

License

Notifications You must be signed in to change notification settings

RobertoFalconi/Kalypso

Repository files navigation

README

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).

How to run server

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

How to run tests

git clone https://github.com/RobertoFalconi95/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
bundle exec cucumber
bundle exec rspec

About

Bachelor's Degree Thesis and project in Computer Security and Software Architectures. Web app: users can encrypt messages and send them via any social, IM or QRCode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published