CoryMCodes / private-events

Project Build as Part of TOP curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project Build as Part of TOP curriculum


Languages

Language:Ruby 67.4%Language:HTML 28.2%Language:Dockerfile 2.6%Language:JavaScript 1.1%Language:Shell 0.6%Language:SCSS 0.1%