An open API service indexing awesome lists of open source software.

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

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
![Screenshot](screenshot.png)