这是我个人毕业设计 为机械工程系建设的《机械工程材料》教学网站。
- Ruby on Rails
- Mysql 5.7 && sqlite3
- Bootstrap
- HomeLand
1. 教学视频(优酷)
2. 后台管理
3. 在线考试
4. 机械社区
5. 个人微博
6. 机械工程材料教学介绍
To get started with the app, clone the repo and then install the needed gems:
$ cd ~/tmp
$ git clone https://github.com/ForrestDouble/machine_website.git
$ cd paper
$ bundle install
Next, migrate the database:
$ rails db:migrate
Finally, run the test suite to verify that everything is working correctly:
$ rails test
If the test suite passes, you'll be ready to run the app in a local server:
$ rails server
instead.
To check out the code for a particular chapter, use
$ git checkout chapter-branch-name
where you can find the branch name using
$ git branch -a