fastapi-react icon indicating copy to clipboard operation
fastapi-react copied to clipboard

Hw dev

Open jubayernil opened this issue 2 years ago • 0 comments

Feature: Implement CRUD operations for Notes

  • Add Note model in the backend with properties: id, title, and description.
  • Create Note endpoints in the backend: get, post, put, delete.
  • Create Note components in the frontend: NoteForm for create and update, NoteList for displaying all notes.
  • Handle frontend routing with react-router-dom.

jubayernil avatar Jun 14 '23 08:06 jubayernil