Skip to content

This project is a prototype for the small store with a very limited variety of items for the employees. The idea is to add employees with a same Employee Number as in the company's payroll system. Once employees do their purchases, data with totals spent by each employee will be added to payroll files for deduction processing.

Notifications You must be signed in to change notification settings

Marechka/Springboot_Enterprise-internal-store-e-commerce-application-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wood River Store

This project is a prototype for the small store with a very limited variety of items for the employees. The idea is to add employees with a same Employee Number as in the company's payroll system. Once employees do their purchases, data with totals spent by each employee will be added to payroll files for deduction processing.

Technologies used:

  • Springboot
  • Maven
  • Java
  • Spring Data JPA
  • MariaDB
  • Thymeleaf
  • Lombok
  • JUnit

Models

There are 4 models: Employee, Product, Order and OrdeerDetails. Order contains a reference to the employee and total expense on the certain order, while OrderDetails contain more detailed information about the order, as particular products purchased and quantities for each item.

Project MariaDB SQL Schema

About

This project is a prototype for the small store with a very limited variety of items for the employees. The idea is to add employees with a same Employee Number as in the company's payroll system. Once employees do their purchases, data with totals spent by each employee will be added to payroll files for deduction processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published