Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.39 KB

Find My Flock

A culture-centric tech job search engine SAS.

Technology and Stack

Setup

  1. bundle install - Install ruby dependencies
  2. nvm use - Verify you are using the correct version of Node.
  3. yarn - Install javscript dependencies
  4. Get the master.key file from another developer and add it to the config/ folder.
  5. bundle exec rails db:create db:migrate - Create Postgres database and migrate.
  6. bundle exec rails db:seed - Seed database.

Run the development server and test suite to verify successful deployment. See wiki for QA walkthrough.

Development server

Testing

  • bundle exec rails test

Development Process