Skip to content

Repository for "The Dispatchers" team at "Hack for Sri Lanka" event

License

Notifications You must be signed in to change notification settings

hackfortheglobe/hackforsrilanka_api

Repository files navigation

README

Getting Started

  1. Install Ruby 3.1.1 (See instructions here)
  • To verify Ruby is installed correctly, in your terminal type ruby -v and it should show something similar to
    (ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin21])
  1. Install bundler gem install bundler after Ruby is installed
    • To verify bundler is working correctly, in your terminal type bundle --version and it should show the version of bundle
  2. Install Postgres (See instructions here)
  3. Checkout this repository
  4. In your preferred Terminal, go to the directory that you've checked out the repo and...
  • Type bundle install
  1. Once bundle install succeeds - run rails server. This should get the server runnning in http://localhost:3000

About

Repository for "The Dispatchers" team at "Hack for Sri Lanka" event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published