#clone 到本地
git clone https://github.com/wewin11235/course_system.git
#进入项目
cd course_system
#安装gem和依赖
bundle install
#运行数据库迁移,运行种子文件填充数据库
rails db:setup
#启动项目
rails s
#说明
根路由指向 `GET /teachers`
数据量: Student.all.length => 8, Teacher.all.length => 4, Course.all.length => 12
-
Notifications
You must be signed in to change notification settings - Fork 0
ethan-well/course_system
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
选课系统
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published