rails-rankmi-skeleton
v1.0.0
Published
This project seeks to replace the original project based on Chaskiq, following best practices and Rankmi's code standards
Readme
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.ymlas reference
DB create and migrations
- Run
rake db:create - Run
rake db:migrate
Run server
bundle exec rails s
