atefth / sinatra-geo-json

App exposing 3 geoJson APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This application is built on top of sinatra and exposes 3 geoJson APIs

Getting Started

Configure config/database.yml to connect to pg server

database: YOUR_DATABASE_NAME

username: YOUR_PG_USERNAME

password: YOUR_PG_PASSWORD

Create databse and run migrations

rake db:create && rake db:migrate

Run the application server

ruby app.rb

About

App exposing 3 geoJson APIs


Languages

Language:Ruby 100.0%