Eventbrite-like website project for the city of Porto. It is a dynamic website (back-end and front-end), but it has not been published on the internet.
This project used Ruby on Rails, PostgreSQL database with Active Record and HTML/CSS/Bootstrap.
Install the gems and versions:
$ bundle install
Precompile assets (images and CSS styling):
$ rails assets:precompile
Create, migrate and fill up the database using this command:
$ rails db:create db:migrate db:seed
Launch the server:
$ rails s