Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.12 KB

File metadata and controls

40 lines (28 loc) · 1.12 KB

SpringCRM

An example application in Spring containing Articles, Customers and Orders. Screenshot of the SpringCRM

Features

  • Simple CRM: Add and remove Articles, Customers and Orders
  • Pagination: Page-by-page listings
  • Database initialization with JPA: Schema generated from Model
  • Bootstrap: Frontend
  • GitHub workflow: Build, test and upload JAR artefact after each commit

Database

Entity-Relationship Diagram

Entity-Relationship Diagram

Database Schema

Database Schema

Links

TODO