/private-events

Project Build as Part of TOP curriculum

Primary LanguageRuby

Private-Events

This application uses Ruby on Rails and allows users to sign up, crate private events, track attendance at event, sign up for events and track their own attendance history.

This project was built as part of The Odin Project's Ruby on Rails Course: https://www.theodinproject.com/lessons/ruby-on-rails-private-events

Set Up

In order to build and run this application you need to configure the dev enviornment by running 4 commands.

yarn install @hotwired/stimulus

  yarn install @hotwired/turbo-rails
./bin/rails css:install:bootstrap
./bin/rails javascript:install:esbuild

You can now build, start the server, and watch for changes using nodemon with:

bin/dev