SpringBoardMentor114 / SpendWise

MIT License
2 stars 0 forks source link

Integration: Frontend and backend for category management #33

Open SpringBoardMentor114 opened 2 months ago

SpringBoardMentor114 commented 2 months ago

Acceptance Criteria:

  1. When adding or editing category from front end, http request should go to the backend with the required JSON fields and it should be saved in the database.
  2. For fetching categories, send a get request and fetch all the categories.
Sonuku4564 commented 1 month ago

Facing error while running the frontend application also need help in backend to run and integrate database with backend category management api

Sonuku4564 commented 1 month ago

Successfully able to Integrate the Category Management angular Component with the Backend api to perform CRUD Operation . Everything Works fine and I am ready to demonstrate it