codesalley / beginnerbounties.com

Small Projects for Junior Developers

Home Page:https://beginnerbounties.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help new developers get their first paid work and build their resumes to help them land their first Junior developer job!

Development

  1. Follow Github instructions on how to Fork this repository.

  2. Make sure you have the correct version of Ruby installed (see .ruby-version). If not, install it if needed with the Ruby version manager that you use.

     $ asdf install ruby 3.2.1
     $ rbenv install 3.2.1
     $ rvm install 3.2.1        
    
  3. Install all dependencies with bundle

     $ bundle install
    
  4. Setup Database and run migrations

     $ rake db:create
     $ rake db:migrate --trace
    
  5. Start the web server with

     $ ./bin/dev
    

Run bin/rails test:all to run the tests. You can also run rails c for an interactive prompt that will allow you to experiment.

About

Small Projects for Junior Developers

https://beginnerbounties.com

License:MIT License


Languages

Language:Ruby 59.2%Language:HTML 36.2%Language:CSS 2.3%Language:JavaScript 2.2%Language:Shell 0.2%