A system for library management. Includes book, author and publisher management.
Introduction
APS (Supervised Practical Activities) is an end-of-semester project that I needed to do in college, that is, this project was done halfway through the fourth semester of my Science classes of Computing.
That semester, the main subject studied was databases, so the project should be something using a database. The language could be any database language, but in the case of our group MySQL was chosen.
It was my first contact with a database language, in the previous semester I had learned how to model a database. data, but it was only in this one that I learned language commands. In addition, it was also the first contact with a graphical interface in Java using Swift and AWT. Lastly, the concept of MVC (Model-View-Controller) was also learned, a standard for organizing a project's files with their respective responsibilities.
About
This is a project developed to manage a bookstore. In it we can delete, change, include and search for authors, books and publishers. There is connection to a database developed in MySQL and a graphical interface using Java Swift and AWT.