/private-events

We are building the site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location. A user can create events. A user can attend many events. An event can be attended by many users. This will require you to model many-to-many relationships.

Primary LanguageRubyMIT LicenseMIT

Private events

We are building a site similar to a private Eventbrite that allows users to create events and manage user signups. Users can create and attend events. Events take place at a specific date and a location. A user can create events. A user can participate in many events. Many users can attend an event. This will require you to model many-to-many relationships.

screenshot

Additional description of the project and its features.

Built With

  • Ruby
  • Ruby on Rails

Setup

  • To use the application, please clone the repository to your local computer git clone git@github.com:marijanbrvar/private-events.git then cd to directory `cd private events
  • Use bundle install to receive gems required for this project
  • Use yarn to receive all the JavaScript packages for this project
  • Run rails db:setup to create the database, run migration files, and install some sample data
  • Activate your rails server by running the command rails s

Tests

For testing we used 'RSpec-rails'. Use prepared tests for Models, Routes and Requests.

  • to run tests, type: rspec

Usage

  • Open the application in your browser. Usually, it is at http://localhost:3000/
  • Sign up for a new user account and create a new event
  • to check existing data, click on the 'SHOW' link at the first event.

AUTHOR

ZIL NORVILIS

  • Github:
  • Linkedin:
  • Twitter:

MARIJAN BRVAR

Marijan's GitHub stats

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License