ruby 2.7.2
rails 6.0.1
- Clone this repository using git clone.
git clone <My Repository Name>
- Install required dependencies
bundle install
npm install
- Setup the database
rails db:setup
- migrate the database
rails db:migrate
- Run the local server
rails s