https://github.com/hectormrc/asw
Projecte d'Aplicacions i Serveis Web de la FiB
https://github.com/hectormrc/asw
Last synced: 6 months ago
JSON representation
Projecte d'Aplicacions i Serveis Web de la FiB
- Host: GitHub
- URL: https://github.com/hectormrc/asw
- Owner: HectorMRC
- Created: 2020-03-03T23:10:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T02:21:24.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T12:34:31.135Z (over 1 year ago)
- Language: Ruby
- Size: 2.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IssueTrackinator
This is the repository for the "Issue tracker" project for ASW.
All the project is developed using [Ruby on Rails](https://rubyonrails.org/) framework, which is based on the MVC pattern.
We used [AWS Cloud9](https://aws.amazon.com/es/cloud9/) service to develop the application.
## Usage
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
## Deploy
For deploy of our application, we're using [Heroku](https://www.heroku.com/), which allows us to have a public accesible environment for all of us, and also, have CI, as we have enabled the [autodeploy feature](https://devcenter.heroku.com/articles/github-integration) of Heroky.
For accesing our application, which is updated to the last version of master, you can use this [link](https://asw-issuetrackinator.herokuapp.com/) or click on our logo
## Collaborators
* 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)