Navigation Menu

Skip to content

toyamarodrigo/springboot-invoice-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Management System

Main objective of this project was managing Customers and their Invoices. Developed all type of CRUD operations, learning Spring Framework and Java in the process also how Hibernate works and the use of Thymeleaf and JQuery.

Technologies used: HTML, CSS, Material Bootstrap, JS, Thymeleaf, JQuery, Java, Springboot, Hibernate, SQL.

How to access

Demo Heroku: https://bit.ly/rt-invoice-v3

  • At first glance you have "no-user" role view.

  • You can create a User by Signing up (You'll have User-Role privileges)

  • Or access as admin to check the app out

    • u: admin
    • p: 12345
  • If Signing-up as User does not work try (User-Role privileges):

    • u: rodri
    • p: 12345

Screenshots

Login/Signup page: Login Page

Client list (admin view): Clients page

Invoice details: Invoice Details page