Base Project for Evaluating Sherman Developer Candidates
Fork me. Make your changes. Submit Pull Request. This acts as your submission for your job application.
Instructions can be found at the url provided to you.
Be sure to check .env and create your development database.
Important lines from Gemfile
- ruby "3.2.2"
- gem "rails", "~> 7.0.8", ">= 7.0.8.1"
- gem 'dotenv-rails', groups: [:development, :test]
- gem "pg", "~> 1.1"
- gem "tailwindcss-rails"
- gem "devise", "~> 4.9"
- # bcrypt is a depencency of Devise
- # gem "bcrypt", "~> 3.1.7"