Skip to content

A project using ASP .Net MVC (back-end with C# and front-end with HTML, CSS and Javascript) to book management.

Notifications You must be signed in to change notification settings

andrebolina/booksys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Booksys

App developed by André Bolina

Scenario

A bookstore in the city has seen an increase in the number of copies and has a problem identifying all the books it has in stock. To help the bookstore you were asked to develop a web application to manage these copies.

Requirements

  • The system should show all registered books ordered in ascending order by name
  • The system should allow registering a book
  • The system should allow editing of a book
  • Books must be persisted in a database

Other Requirements

  • For data persistence some ORM framework must be used

Differentials

  • Use web api for communication between front and backend
  • Use JQuery frontend framework
  • Use Bootstrap frontend framework

Additional points

  • The system must be developed on the .NET platform
  • Can use ASP .Net MVC
  • The code must be made available on Github

Notes

The application was developed to the described scenario, having all the requirements, fulfilling all the differentials and additional points. I would also like to highlight the following points:

  • Creation of name to solution
  • Creation of visual identity (logo) for the solution
  • Use of jQuery plugin to select the year of the book
  • Use of jQuery plugin to format the book value
  • Use of jQuery plugin for temporary messages when actions are performed
  • Color of the records in the main listing according to the book's stock (captions in the interface)
  • Responsive system

The developed sections with greater complexity and impact on the code are all commented (in portuguese) and have '#Comment' to facilitate their localization.

About

A project using ASP .Net MVC (back-end with C# and front-end with HTML, CSS and Javascript) to book management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published