Skip to content

dmonojit/sample_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README would normally document whatever steps are necessary to get the application up and running.

Brief instructions to get started

$ git clone git@github.com:dmonojit/sample_app.git
$ cd sample_app
$ rvm install 2.2.2
$ gem install bundler -v 1.10.6
$ bundle install
$ bundle exec rake db:create db:migrate     #Database Migration
$ bundle exec rails s -p 3000               #Start server on port 3000, change the port number if required

In browser - http://localhost:3000/saveks

To run backend tests

RAILS_ENV=test bundle exec rake db:migrate
ruby test/controllers/saveks_controller_test.rb

About

A small rails app to generate data for a test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.0%
  • HTML 39.6%
  • CSS 3.7%
  • JavaScript 1.3%
  • CoffeeScript 0.4%