Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 419 Bytes

Demo rails app (AJ#007)

This is a simple rails application for testing purpose. This project is powered by Ruby on rails.

Installation Process

Move in amsj local repository : $ cd amarsaj

Install bundler : $ gem install bundler

Install amsj : $ bundle install

Database creation : $ rake db:create

Database migrate : $ rake db:migrate

Database seed : $ rake db:seed

Run server : $ rails server or $ rails s