Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berlinmagic/deliveryagents
Great App for Battlehack 2014
https://github.com/berlinmagic/deliveryagents
Last synced: about 2 months ago
JSON representation
Great App for Battlehack 2014
- Host: GitHub
- URL: https://github.com/berlinmagic/deliveryagents
- Owner: berlinmagic
- Created: 2014-06-21T12:39:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-22T16:44:41.000Z (over 10 years ago)
- Last Synced: 2024-03-26T06:59:42.717Z (9 months ago)
- Language: JavaScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winning App of Battlehack 2014 in Berlin :)
```ruby
rails g model user name first_name last_name email user_type
rails g model address street street_number zip city zip country longitude:float latitude:float user:references
rails g model job wordload description:text date:datetime duration:integer state client:references agent:references
rails g model application job:references agent:references state
```