glowreeyah / Private-Events

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hire-badge Twitter Follow

Private Events

In this project, I 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. I also did unit tests using RSpec and Integration tests using Capybara.

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 Rails 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
  • Run rails s to start a server in your computer;
  • In your browser address, type the following URL: localhost:3000;
  • Enjoy the App and its functionalities!

Authors

👤 Glory David

🤝 Contributing

Contributions, issues and feature requests are welcome!

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

About

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


Languages

Language:Ruby 81.7%Language:HTML 12.8%Language:JavaScript 1.9%Language:CoffeeScript 1.3%Language:SCSS 1.1%Language:CSS 1.1%