ankurp / VolunteerMatch

Volunteering App built for Hackathon

Home Page:https://volunteermatch.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started

Requirements

  • Install ruby v2.7.0. You can install that directly or using rvm
  • Then install bundler using gem install bundler
  • Then install foreman using gem install foreman
  • Clone this repo and run the commands inside the repo to get started

Steps to run locally

  • Run bundle command to install server side dependencies
  • Run yarn to install javascript depenedencies
  • Run rails db:create && rails db:migrate
  • Run foreman start -f Procfile.dev to start all processes
  • Go to http://localhost:3000

About

Volunteering App built for Hackathon

https://volunteermatch.herokuapp.com


Languages

Language:Ruby 57.8%Language:HTML 35.0%Language:JavaScript 4.3%Language:CSS 3.0%