Skip to content

Website for student worksessions signup. Built with Ruby on Rails

Notifications You must be signed in to change notification settings

scottnuma/student_worksessions

 
 

Repository files navigation

It is hosted on at worksessions.pioneers.berkeley.edu. This is a ruby on rails web app that allows for worksession scheduling between teams and PiE staff. Teams can sign up to come to a certain worksession using the calendar UI.

Installation

Running Locally

Make sure Ruby is installed on your system. Fire command prompt and run command

ruby -v

Make sure Rails is installed

rails -v

If you see Ruby and Rails version then you are good to start, other wise setup Ruby On Rails

gem install rails

Once done, clone the git repository

git clone https://github.com/pioneers/student_worksessions.git

Go into app directory

cd student_worksessions

Install all dependencies

bundle install

Create db and migrate schema

rake db:create
rake db:migrate

Now run your application

rails s

It should be hosted on localhost:3000 on your local machine

About

Website for student worksessions signup. Built with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.1%
  • HTML 23.7%
  • JavaScript 8.8%
  • CSS 1.9%
  • CoffeeScript 0.5%