A simple events app that allows users to create events and then manage user signups.
This project is part of the Microverse curriculum in Ruby on Rails module!
Explore the docs »
Report Bug
·
Request Feature
In this project, i have created a simple events app where users can create and attend many events. An event can be attended by many users. This required modeling many-to-many associations between models.
To use application this is what you need to:
- Have ruby installed in your computer
- Download or clone this repo:
- Clone with SSH:
[email protected]:PhillipUg/private-events.git- Clone with HTTPS
https://github.com/PhillipUg/private-events.git cdintoprivate-eventsdirectory and runbundle install- Finally, run
rails serverin your terminal.
This project was built using:
- Ruby v2.7.1
- Ruby on Rails v6.0.3
- ...and a couple of other default rails gems
I use rspec-rails and capybara gems for testing.
To see checkout my test suite:
- follow the installation instructions
- after installation, run
bundle exec rspec
👤 Phillip Musiime
- LinkedIn: Phillip Musiime
- GitHub: PhillipUg
- Twitter: @Phillip_Ug
- E-mail: [email protected]
This project is MIT licensed.