Private Events (Ruby on Rails)

site similar to a private Eventbrite which allows users to create events and then manage user signups.

In this project, Users can create events and send invitations and parties. Events take place at a specific date and at a location

A user can create events. A user can attend many events. An event can be attended by many users.

Built With

  • Ruby language,
  • Ruby on Rails framework,
  • Vscode for coding
  • Rubocop for Validation

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

For more information, see the Ruby on Rails Tutorial book.

Authors

👤 Selma Ndi

👤 Vinicius Carvalho

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

Acknowledgments

📝 License

This project is MIT licensed.