App developed by André Bolina
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.
- 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
- For data persistence some ORM framework must be used
- Use web api for communication between front and backend
- Use JQuery frontend framework
- Use Bootstrap frontend framework
- The system must be developed on the .NET platform
- Can use ASP .Net MVC
- The code must be made available on Github
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.