issues
search
Buuntu
/
fastapi-react
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
MIT License
2.22k
stars
349
forks
source link
Hw dev
#201
Open
jubayernil
opened
1 year ago
jubayernil
commented
1 year ago
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.
Feature: Implement CRUD operations for Notes