8000 GitHub - geethujoseph/bright: A Library Management System, written on Ruby on Rails
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

geethujoseph/bright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Bright is a simple Library Management System built using Ruby on Rails.

At this moment, the primary purpose is to use this project as a training ground in Samyukti. In future we may consider to develop this as a full-fledged application.

Installation

  • Install Ruby on Rails. Probably guides.railsgirls.com/install is an easy way to do it.

  • Clone this repository into your computer

    cd ~
    mkdir -p Code
    cd Code
    git clone https://github.com/samyukti/bright.git Bright
  • Install the dependencies

    cd Bright
    bundle install
    
  • (Re)Initialize the database

    rake db:reset
    
  • Start the application in development mode

    rails server
    

About

A Library Management System, written on Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0