Skip to content

In this project, you will build an application named Private Events and that behaves similar to Eventbrite. The main goal is to put in practice the main concepts of Associations in rails.

Notifications You must be signed in to change notification settings

vichuge/private-events

Repository files navigation

The Private Event

This project is a Eventbrite Lite web app wich allow user to sign up, sign in and create events.

About

This project is a an Evenbrite Lite wep app

It focuses on creating User with validations and associations on rails using Active Record, and create events.

In this project we:

  • Made a model for users.
  • Made a model for events.
  • Made a model for invitations
  • Made associations between the user and the event model.
  • Made associations for attendee and attended_event

Usage

  • Open a terminal
  • Clone the repo by typing that command git clone https://github.com/vichuge/private-events.git
  • Run bundle install in your terminal
  • Run db:migrate in your terminal to migrate the database
  • Run rails s
  • Start adding users, and create events

Video link

Video:

Live demo

Just click here!

Technologies

  • Ruby
  • Rails
  • SQLite3
  • VSCode
  • Bootstrap

Authors

👤 Denis Lafontant

👤 Victor Pacheco

🤝 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!

Acknowledgements

  • Microverse
  • The Odin Project

📝 License

This project is MIT licensed.

About

In this project, you will build an application named Private Events and that behaves similar to Eventbrite. The main goal is to put in practice the main concepts of Associations in rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published