Skip to content

descholar-ceo/private-events

Repository files navigation

Private eventbrite

Linters

Project description

This project is for learning purpose just to get familiar with Associations in Ruby on Rails and active records. It is gotten from The Odin Project.

A site similar to a private Eventbrite was built which allows users to create events and then manage user signups, where users can create events, attend many events and an event can be attended by many users.

Screenshot

Tools and technologies used to build this project

  1. Ruby 2.7.1
  2. Ruby on Rails 6.0.3.2

Running and testing it locally

Prerequisites

  1. You should have Ruby 2.7.1
  2. You need to have Rails 6.0.3.2

Setup && usage

  1. Clone this repository with git clone https://github.com/descholar-ceo/private-events.git
  2. Go inside this repo locally by typing cd private-events
  3. Run bundle install to install all ruby gems
  4. Run yarn to install Javascript dependencies
  5. Run bin/rails db:migrate to create necessary tables in the database
  6. Run rails server
  7. Signup and create some events
  8. To create an invitation click the invite someone in the navigation bar
  9. To see a list of all events, click on home button on the navbar
  10. To see event's show page, navigate to the all events page and click on any event's show button

Contributing

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please open the issue in issue section
  2. If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
    1. Fork this repository
    2. Clone it on your local computer by running git clone https://github.com/your-username/private-events.git Replace your username with the username you use on github
    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor
    4. Create a separate branch off the master branch,
    5. Write your codes which fix the issue you found
    6. Commit and push the branch you created
    7. Open a pull request, comparing your new created branch with our original master branch here

Authors

1. MUGIRASE Emmanuel

2. Witah Ngu Georjane

Show your support

Give a ⭐️ if you like this project!

Acknowledgment