alim / baseballstats

Example Rails 4 Application
MIT License
0 stars 0 forks source link

== Baseball Stats

This application is a sample Rails 4 application running MongoDB as the backend database. The application includes the following features:

== Running the Application

The application relies on the MongoDB server running on the same machine as the Rails server. The development and test configuration for MongoDB does not require a password. You can modify the credentials in the config/mongoid.yml file.

To run the application:

== Testing

The tests currently rely on Turnip for feature / acceptance level testing and Rspec for other levels of tests. The tests can be run using:

== Getting Started

To start this application you need to: