Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 564 Bytes

College Build Status

A college management system is built with ruby on rails technology.

Installation Process

Clone from github : $ git clone [email protected]:BDMADE/college.git

Move in college local repository : $ cd college

Install bundler : $ gem install bundler

Install college : $ bundle install

Database creation : $ rake db:create

Database migrate : $ rake db:migrate

Database seed : $ rake db:seed

Run server : $ rails server or $ rails s