https://github.com/mohitmun/dynamicdivider
Solution for Gridlock Hackathon
https://github.com/mohitmun/dynamicdivider
Last synced: about 1 month ago
JSON representation
Solution for Gridlock Hackathon
- Host: GitHub
- URL: https://github.com/mohitmun/dynamicdivider
- Owner: mohitmun
- Created: 2017-07-02T11:06:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T19:45:23.000Z (about 9 years ago)
- Last Synced: 2025-11-20T20:26:21.104Z (8 months ago)
- Language: Ruby
- Size: 614 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo URL
https://dynamic-divier.herokuapp.com
# Instruction to run
bundle
rake db:create
rake db:migrate
# Start rails console and run following command to populate roads table with data
Road.create_from_csv
## Start rails server
rails s
# Screenshot
