An open API service indexing awesome lists of open source software.

https://github.com/gotz1480/notes_app

Integration between front-end written in React.js and back-end API written in Django for a simple notes web app.
https://github.com/gotz1480/notes_app

django django-api django-rest django-rest-framework javascript python react react-js reactjs

Last synced: about 1 month ago
JSON representation

Integration between front-end written in React.js and back-end API written in Django for a simple notes web app.

Awesome Lists containing this project

README

        

# notes_app

Integration between front-end written in React.js and back-end written in Django for a simple notes web app.

Instructions:
- On the "backend/mynotes" folder, run the Django server with "python manage.py runserver". This will run a local API server on port 8000.
- On the "frontend/mynotes" folder, run the React app with "npm start". This will run the web app on port 3000.