Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 286 Bytes

UserCrud

Spring boot angular application

To Do

Backend

  • getAll Users
  • getUser by Id
  • add new User
  • update User
  • delete User

Frontend

  • display All Users
  • create new User
  • delete User
  • view User
  • edit User