Skip to content

sbhacks-org/sbhacks-api-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0af05b6 · Aug 26, 2020

History

7 Commits
Aug 26, 2020
Aug 22, 2020
Aug 26, 2020
Aug 26, 2020
Aug 22, 2020
Aug 22, 2020
Aug 22, 2020
Aug 22, 2020
Aug 26, 2020
Aug 22, 2020
Aug 22, 2020
Aug 26, 2020
Aug 22, 2020
Aug 22, 2020
Aug 26, 2020
Aug 26, 2020
Aug 26, 2020
Aug 22, 2020
Aug 22, 2020

Repository files navigation

SBHacks API

Setting up your development environment

  • Clone this repo
  • Install ruby 2.7.1, preferably using rvm
  • Install PostgreSQL (Note: PostgreSQL must be installed before you run bundle install)
  • Run bundle install to install dependencies
  • Run rails db:create to create a development and test database (PostgreSQL must be running!)
  • Run rails db:schema:load to load the database schemas onto the development and test databases
  • Run rails db:seed to load initial data into the development database
  • Obtain the development.key and put it in config/credentials. This is used for decrypting the encrypted secrets file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published