Skip to content

Elijahscriptdev/private-events

Repository files navigation

Associations With Rails - Eventbrite Clone

A site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and signup to attend an event created by another user. Events take place at a specific date and location. This project is designed to mimic the logic behind Eventbrite.

Technologies

  • HTML
  • Bootstrap
  • CSS
  • SASS
  • Ruby
  • Ruby on Rails

Usage

Clone the repository to your local machine

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

cd into the directory

$ cd private-events

Then install the needed gems:

$ bundle install

Next, migrate the database:

$ rails db:migrate

To test tun:

$ bundle exec rspec

When done with the above steps, you'll be ready to run the app in a local server:

$ rails server

This app was created by:

Elijah Obominuru and Judah Maina

About

A site similar to a private Eventbrite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors