This is a simple Todo application built using Django (including the Django REST Framework for API CRUD operations).
Python3 Pipenv
Clone the project to your machine [git clone https://github.com/gawdween/django-todo] Navigate into the diretory [cd django-todo] Source the virtual environment [pipenv shell] Install the dependencies [pipenv install]
Run this command to start the server in the [backend] directory: [python manage.py runserver] (You have to run this command while you are sourced into the virtual environment)
Python - A programming language that lets you work quickly and integrate systems more effectively. Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.