Skip to content

In this project, we tried to set up the data association using RubyOnRails framework, similar to Eventbrite https://www.eventbrite.com/ . A user can create an event and invite other users to his event.

Notifications You must be signed in to change notification settings

alishabab/private-events

Repository files navigation

hire-badge Twitter Follow

hire-badge Twitter Follow

Private Events

In this project, we implemented a site similar to Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and invite other users. We also did unit tests using RSpec and Integration tests using Capybara.

Logged in user can see events created by him. screenshot

Logged in user can create a new event. screenshot

Built With

  • Ruby 2.6.5 and Rails 5.2.4.2
  • RSpec
  • Capybara

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby and Git installed on local machine.

Testing

cd private-events
bundle install
bundle exec rspec

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:
cd private-events
bundle install
rails db:migrate
rails s 

Authors

👤 Ikraam Ghoor

👤 Shabab Ali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed

About

In this project, we tried to set up the data association using RubyOnRails framework, similar to Eventbrite https://www.eventbrite.com/ . A user can create an event and invite other users to his event.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published