https://github.com/elzup/zanryu-neo
🎫 残留申請Neo Web アプリケーション
https://github.com/elzup/zanryu-neo
rails-application school tdu tool web-app
Last synced: about 1 year ago
JSON representation
🎫 残留申請Neo Web アプリケーション
- Host: GitHub
- URL: https://github.com/elzup/zanryu-neo
- Owner: elzup
- Created: 2016-10-10T15:04:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T05:50:20.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T04:31:10.458Z (over 1 year ago)
- Topics: rails-application, school, tdu, tool, web-app
- Language: Ruby
- Homepage: https://zanryu-neo.elzup.com
- Size: 1.41 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 残留申請 Neo
学生も教員もこれ一つで完結
## 登録(学生)

## 出力(教員)

* Ruby version
2.2.3
* Rails version
5.0.0.1
## Develop
```sh
$ bundle
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
$ rails -b 0.0.0.0
```