Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.05 KB

File metadata and controls

69 lines (47 loc) · 1.05 KB

MachineWebsite Application

这是我个人毕业设计 为机械工程系建设的《机械工程材料》教学网站

Power By

  • Ruby on Rails
  • Mysql 5.7 && sqlite3
  • Bootstrap
  • HomeLand

主要功能

1. 教学视频(优酷)
2. 后台管理
3. 在线考试
4. 机械社区
5. 个人微博
6. 机械工程材料教学介绍

大感谢

Getting started

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