ran010 / tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

The setups steps expect following tools installed on the system.

  • Ruby [3.1.2]
  • Rails [7.0.4]
1. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup
bundle exec rake db:seed
2. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s
3. Run test
rspec

About


Languages

Language:Ruby 74.6%Language:HTML 23.8%Language:JavaScript 1.2%Language:Shell 0.2%Language:SCSS 0.1%