Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 721 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 721 Bytes

A RestAPI Project for mimicking database mapping of larger projects using Spring Web, Spring Data Jpa. The project :

  • Organisaiton entity : To add/remove/update/delete organisaitons
  • Users enitity : To manage, map/unmap users from oraganisations
  • Attendance Entity : To allow users to mark their checkin-checkout inside organisaiton for marking attendance
  • Role Entity : To allow organisations to create cutoms role for user authorisation
  • Addon Entity : To define a Module for various purpose, such as allowing organisaiton to buy perticular module by buying Plans
  • Feature Entity : To manage sub-features inside of a Module.
  • Plan Entity to manage plans that an organisation buy from the platform.