Skip to content

prithvi923/quaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quaker

OpenGov's Backend Project

Requirements

  • ruby v1.9.3 or later
  • MySQL v14.14
  • Redis v2.6.16

Installation

To get started clone this repository

git clone [email protected]:prithvi923/quaker.git

Then cd into it

cd quaker

Install all the gems

bundle install

Before running the app, the following needs to be setup and running:

  • MySQL server with a database 'quaker' already created
  • Redis server running on port 6379

For the MySQL server, change the credentials to access the database in quaker.rb

Now, you're ready to run the demo locally!

bundle exec rackup -p 8000 config.ru

Visit http://localhost:8000/quakes!

Demo

There is also a live demo of this app at http://myquaker.herokuapp.com/quakes.

A visualization of this /quakes endpoint exists at http://myquaker.herokuapp.com/.

About

OpenGov's Backend Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages