Private Events

The Odin Project, Ruby on Rails Course: Build a web page where users can create events and send invitations

Live preview

https://tranquil-journey-59173.herokuapp.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

$ ruby -v
  2.6.1

Installing

Clone the project:

$ git clone https://github.com/madcido/private-events.git
$ cd ./private-events

Install dependencies:

$ bundle install

Build the project:

$ rails s

Authors