/private-events

This is the Private-Events project where users are able to create events and choose who to invite based on the Eventbrite model.

Primary LanguageRubyMIT LicenseMIT

Contributors Forks Stargazers Issues


Reserved logo

Private Events Project

Rails Project --> Private-Events

Table of Contents

About The Project

This is the Private-Events project where users are able to create events and choose who to invite based on the Eventbrite model. In this project we practiced a lot the Rails Associations, we also had to use Active Records to make some data queries.

Restrictions

Logged In

  • Only registered and logged in users can create events. They are refered to as Creators.

Attendees

  • Only registered users can be invited to the event by Creators. They are refered to as Attendees

Getting Started

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

  • Clone this repository into your local machine.
  • Run:
  $ gem install bundler
  • Run:
  $ bundle install
  • Run
  $ rails db:migrate
  • Run the rails server:
  $ rails server
  • Enter in your web browser address bar:

    localhost:3000

  • Create an account and navigate the webpage!

  • Play with the app!

Automated Test

  • Run the command and see the output
$ rspec

Built With

This project was built using these technologies.

  • Ruby
  • Rspec
  • Rubocop
  • Capybara
  • VsCode

Potential future features

  • To add some CSS styling

Contributors

👤 Elias Castañeda

👤 Daniel Sokil

🤝 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

This project is MIT licensed.