This is a private event management application built as part of The Odin Project's Rails Curriculum. The user can register, create an event, see other events and mark himself as an attendee. In the "YOUR EVENTS" page, the user can see all the vents he intends to and manage the list.
-Ruby on Rails
-PostgreSQL
-JavaScript
-HTML/CSS (Bootstrap)
bundle install
yarn install
rails db:setup
bin/dev