银行会计 使用银行会计转账管理器API练习 要求 Ruby 2.7 Postgres 12 入门 克隆此仓库: git clone git@github.com:leandrost/bank-accounting.git cd bank-accounting 设置应用程序: bundle config --local path vendor # optional - config bundler to locally install gems on ./vendor bin/setup 播种数据库: bin/rails db:seed 运行应用程序: bin/rails server 测验 bin/rspec 部署 git push heroku master 结构 app / models-用于对存储在数据库中的数据进行建模和包装的类 应用程序/控制器-处理运行业务逻辑操作的