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.
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
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
This project was built using these technologies.
- Ruby
- Rspec
- Rubocop
- Capybara
- VsCode
- To add some CSS styling
👤 Elias Castañeda
👤 Daniel Sokil
- Github: @danielsokil
- Linkedin: @danielsokil
Contributions, issues and feature requests are welcome! Feel free to check the issues page
Give a ⭐ if you like this project!
This project is MIT licensed.