Skip to content

Files

Latest commit

fe14750 · Oct 8, 2020

History

History
25 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 430 Bytes

Rails 5 Mall Demo

一个基于《Agile Web Development with Rails 5》完成的demo。

说明:包含开发环境数据的development.sqlite3已提交,无需执行迁移。

完成功能:

  • 首页 /
  • 登录 /login
  • 注册 /register
  • 个人中心 /user
  • 购物车 /cart
  • ...

使用技术:

  • Ruby 2.6.5
  • Rails 5.2.0
  • SQLite 3
  • RuCaptcha 2
  • jQuery 1.12.4
  • Bootstrap 4.5.2
  • Font-Awesome 5
  • SweetAlert 2