Skip to content

Stephanie041996/private-events

Repository files navigation

private-events

  • This project entails building a site with functionalities similar to evenbrite. The site permits users to create events and then manage user signups. Also, Events are shown to have specific dates and locations. The concept of many-to-many relationships between models is emphasized as well.

Built With

  • Ruby on Rails --v 6.1.3
  • Ruby --v 2.7.2
  • SQL
  • Devise

Getting started

To get started with the app, first clone the repo and cd into the directory:

$ git clone git@github.com:Stephanie041996/private-events.git
$ cd private-events

Then install the needed packages (while skipping any Ruby gems needed only in production):

$ bundle install

Next, migrate the database:

$ rails db:migrate

Deploying

Branches

Simply check out the corresponding branch using git checkout:

$ git checkout <branch name>

Running RSpec tests

  • cd into the project directory;
  • Run bundle exec rspec.

Authors

👤 Juliana Osemeke

👤 Stephanie Sakuhuni

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published