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.
- Host: GitHub
- URL: https://github.com/gotz1480/notes_app
- Owner: gotz1480
- Created: 2021-10-06T01:15:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T18:59:14.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:13:20.231Z (about 2 months ago)
- Topics: django, django-api, django-rest, django-rest-framework, javascript, python, react, react-js, reactjs
- Language: Python
- Homepage:
- Size: 848 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.