Skip to content

A very simple books management system made using laravel 5.2.5

Notifications You must be signed in to change notification settings

alihammadraza/books

Repository files navigation

This project is based on the laravel framework(5.2.5), the main specifications are the following:

  1. You can add a book record compromising of a title and an author.

  2. Show list of stored books and their authors

    a) Make it possible to sort the list in ascending or descending order based on the author or book title field

    b) Ability to delete a book by clicking on a button from the list

    c) Possibility to edit a book's title or listed author by clicking on the edit button

  3. Search a book by title or author field

  4. Import a file of book records in CSV format and store them in bulk.

The system relies on PHP/Laravel & MySQL.

In addition to the above, PHPUnit tests are stored in the tests folder.

About

A very simple books management system made using laravel 5.2.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages