This is the repository for the "Issue tracker" project for ASW. All the project is developed using Ruby on Rails framework, which is based on the MVC pattern. We used AWS Cloud9 service to develop the application.
To start the server, simply use:
rails server
This will run the application on your Amazon EC2 instance where you configured your C9 environment If you create any migration on a model, to apply this changes to the database, you have to run:
rails db:migrate
or you can also execute:
rails db:migrate:reset
which will re-do all the tables in database
For deploy of our application, we're using Heroku, which allows us to have a public accesible environment for all of us, and also, have CI, as we have enabled the autodeploy feature of Heroky.
For accesing our application, which is updated to the last version of master, you can use this link or click on our logo
- Rubén Presa Martín (ruben.presa@est.fib.upc.edu)
- Hèctor Morales Carnicé (hector.morales.carnice@est.fib.upc.edu)
- Marc Revelles Segalés (marc.revelles@est.fib.upc.edu)
- Jesús Mercadal Mir (jesus.mercadal@est.fib.upc.edu)