You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using A Django Restful API for the backend, we have create a Notes APP that uses React JS on the frontend
Required dependencies for the Python-Django part
django-cors-headers
djangorestframework
Required dependencies for the React JS Aspect
To get all the dependencies at once, you can check the package.json file to see all dependencies and their version their versions and install the version directly or if no much changes in the versions, you can easily do;
npm install
Enjoy as you check it out!!!
About
Using A Django Restful API for the backend, we have create a Notes APP that uses React JS on the frontend