Skip to content

A Django API for a ToDo App that performs basic CRUD functions

Notifications You must be signed in to change notification settings

gawdween/django-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple Todo application built using Django (including the Django REST Framework for API CRUD operations).

Requirements

Python3 Pipenv

Getting started

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 the application

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)

Built With

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.

About

A Django API for a ToDo App that performs basic CRUD functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages