Progetto per il laboratorio di Architetture Software e Sicurezza Informatica
Corso di laurea in Ingegneria Informatica e Automatica, Sapienza Università di Roma, A.A. 2017/2018
- Rails on Ruby
git clone
this repo- Open the terminal in the project path and use
bundle install
- Use
rails db:migrate
andrails db:seed
-NOTE: To reset application's database runrails db:reset
BEFORErails db:migrate
- Start the server with
rails server
- Open your browser and go to
localhost:3000
or127.0.0.1:3000
If you want to test the app, there are some default users:
- User: use
user@easytravel.test
andusertest
- Company User: use
company_user@easytravel.test
andcompanyusertest
- Admin: use
admin@easytravel.test
andadmintest