Skip to content

goclearsky/ShermanEvalClearsky

 
 

Repository files navigation

README

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.3%
  • HTML 33.7%
  • Batchfile 3.3%
  • JavaScript 1.5%
  • Other 1.2%