Skip to content

This is a library management application. It allows users to see available books, issue them and return books if any. The administrator can add and remove books from the database. Users have secure login capabilities.

Youngger9765/Library-Mangament-System-Rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Ruby on Rails Decal Final Project

Title: eLib

Team Members: Yash Agarwal, Shoumma Shams, Aman Sidhant

Idea:

Online eBook library where members can borrow an eBook, and admins can handle books and fine members.

Models & Description:

•	Books

	o	Has title, author, year, genre, number of copies, and whether it is available for issue
	o	The associations are that it has and belongs to users

•	Users

	o	Has email, password, and balance
	o	Has amount of money attributed to them to be deducted for fines
	o 	The associations are that it has and belongs to books

•	Admins

	o	Has email and password

Features:

•	Admins and users can log in
•	Users can issue and return books
•	Users can register
•	Admins can check what books are borrowed, what books a member has, and can fine members for overdue books
•	Admins can add and remove books from the library.

Division of Labour:

•	Yash: models & controllers
•	Shoumma: views & styling
•	Aman: models & controllers

About

This is a library management application. It allows users to see available books, issue them and return books if any. The administrator can add and remove books from the database. Users have secure login capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.0%
  • HTML 37.0%
  • SCSS 2.2%
  • CSS 1.7%
  • JavaScript 1.2%
  • CoffeeScript 0.9%