Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajsoni06/django_task_manager
Developed a Task Manager application with for the client-side and Django Rest Framework for the server-side, enabling efficient task management and API integration.
https://github.com/rajsoni06/django_task_manager
Last synced: 3 days ago
JSON representation
Developed a Task Manager application with for the client-side and Django Rest Framework for the server-side, enabling efficient task management and API integration.
- Host: GitHub
- URL: https://github.com/rajsoni06/django_task_manager
- Owner: rajsoni06
- Created: 2024-07-30T18:10:41.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T18:16:29.000Z (4 months ago)
- Last Synced: 2024-07-30T22:36:43.903Z (4 months ago)
- Language: Python
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django_Task_Manager
A Task Manager application created in React as the client-side and Django Rest Framework as the server-sideReact in a nutshell, is a JavaScript library that is great for developing single page applications (SPA) and it has solid documentation if you're interested tor read about React.
And I have a react tutorial video where I explained how React works and how we can connect it to Django in order to send requests from the client to the server and return responses to the client.
So React serves as the front-end , handling UI through the requests to Django's backend.
The prerequistes for this project are 2 essential elements:
1- Python 3, obviously [ prefereably 3.5 and above]
2- Node.js - you can install node from nodejs.com and download it very easily, and you can check it if it was properly installed or not : node --version
And we are going to start by our favorite side which is the backend , I'm saying our favorite side because this channel focuses on server-side programming and mainly Python.