Skip to content

LukeCesar7/SP_SpringBoot_AWS_Task_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compass UOL | Desafio_01

AWS SPRINGBOOT | Library System

Description


  • Project Library Management System with JPA/Hibernate;

    • Registration system for the purpose of managing the operation of a library.

Features

    • Management of Members;

      • Add Member: name, address, telephone, email, Association Date.
      • Consult member information.
      • Remove Member.
    • Management of Authors and Books;

      • Add Author: name, date of birth, nationality, biography.
      • Add Books: title, author, publication date, isbn, genre, quantity.
      • Consult book information.
      • Remove book.
    • Management of Loans and book returns;

      • Register loan: book, member, loan date, return date, state, fine.
      • Consult loan term and fine.
      • Finalize Loan.
    • Generate Relatories of Operations;

      • Member operations Relatory.
      • Books and Authors operations Relatory.
      • Loans Relatory.

How operation


  • Obs: IntelliJ IDEA recommend

  • Download XAMMP (open source servers)

  • Install and Run as Administrator

    • Attetion! Make sure port 3306 is not being used in another process.
  • Set service 'Apache' and 'MySQL' and Starts

  • Access your preferred browser and type 'localhots' and press Enter keyboard

  • Click on 'phpMyAdmin'

  • On left column, click in 'New'

  • In 'Create database' field type "libraryjpa" and click on button 'Create'

  • Enjoy! ( Script SQL option avaliable )

About

Backend Software to manage a library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages