Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elzup/zanryu-neo
🎫 残留申請Neo Web アプリケーション
https://github.com/elzup/zanryu-neo
rails-application school tdu tool web-app
Last synced: 2 months ago
JSON representation
🎫 残留申請Neo Web アプリケーション
- Host: GitHub
- URL: https://github.com/elzup/zanryu-neo
- Owner: elzup
- Created: 2016-10-10T15:04:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T05:50:20.000Z (over 5 years ago)
- Last Synced: 2024-08-04T03:05:35.784Z (6 months 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
学生も教員もこれ一つで完結
## 登録(学生)
![regist.gif](https://raw.githubusercontent.com/elzup/zanryu-neo/readme/screen_shot/regist.gif)## 出力(教員)
![export.gif](https://raw.githubusercontent.com/elzup/zanryu-neo/readme/screen_shot/export.gif)* 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
```