Skip to content

Week 7 Day 1 to 5 - Eventbrite-like website for Porto on Ruby on Rails

Notifications You must be signed in to change notification settings

Suziwan/PortoEvent

Repository files navigation

PortoEvent

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.

Languages and tools

This project used Ruby on Rails, PostgreSQL database with Active Record and HTML/CSS/Bootstrap.

Database diagram

Start the program

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

Website Overview

       

About

Week 7 Day 1 to 5 - Eventbrite-like website for Porto on Ruby on Rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published