A Ruby on Rails app for users to create and attend events
Project Specs »
A Rails app wich allows user to signup,login with secure passwordand view, attend and create events
- After cloning the repository set up the environment by
bundle install --without production
- Migrate the database with the
rails db:migrate
command in the terminal - Run the server with
rails server
- Open your favorite browser and visit your localhost
- Users can log into the app
- New Users can sign up with secure password
- Not logged in users can see the events at events_path
- Logged users can create new events
- Logged users can attend upcoming events
- User profile shows events to attend and past events
- Logged users already attending an event can cancel the attendance
- User profile shows events created by the user
- Friendly UI lets user logically access this features
Home Login Signup Events Index User profile Create event Event
- Rspec model testing done for validation and associations
- Rspec controller testing for behaviour
- Rspec - Capybara testing for features
Project built in Ruby on Rails
Additional Gems used
Eduardo Bonilla https://github.com/UsagiB
Leonardo Mezu https://github.com/leonmezu1