1.0.0 • Published 2 years ago

rails-rankmi-skeleton v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

README

This project seeks to replace the original project based on Chaskiq, following best practices and Rankmi's code standards

Requirements

  • Ruby version: 3.1.0
  • Rails version: 7.0.3.1 (~> 7.0.0)

Installation

  • Run bundle install
  • Configure the application using the file config/application.example.yml as reference

DB create and migrations

  1. Run rake db:create
  2. Run rake db:migrate

Run server

bundle exec rails s

1.0.0

2 years ago