A simple Rails app to facilitate and manage a company's internal announcements. It is developed with Ruby for Advanced Topics in IT discipline at the Federal University of Technology - Paraná.
- Clone this repository
- Bundle it
- Copy config/database_original.yml file, rename it to database.yml and configure as you need
- Setup database
- Run migrations
- Rails server!