A culture-centric tech job search engine SAS.
- PostgreSQL 10.4
- ruby 2.4.3
- rails 5.2
- stripe
- npm
- node (see
.nvmrc
for version) - yarn
bundle install
- Install ruby dependenciesnvm use
- Verify you are using the correct version of Node.yarn
- Install javscript dependencies- Get the
master.key
file from another developer and add it to the config/ folder. bundle exec rails db:create db:migrate
- Create Postgres database and migrate.bundle exec rails db:seed
- Seed database.
Run the development server and test suite to verify successful deployment. See wiki for QA walkthrough.
bundle exec rails server
- View site at
http://localhost:3000/
- Use test accounts:
[email protected]
,[email protected]
, and[email protected]
with passwordpassword
bundle exec rails test
- See PROCESS
- Follow this style guide