Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/praneethkarnena/task_manager

A simple task manager application built using Django and Django Rest Framework.
https://github.com/praneethkarnena/task_manager

Last synced: about 2 months ago
JSON representation

A simple task manager application built using Django and Django Rest Framework.

Awesome Lists containing this project

README

        

# Task Manager

A simple task manager application built using Django and Django Rest Framework.

* Multiple projects with each project having multiple tasks

## Tech:
1. Python 3.7.4
2. Django 2.2.17
3. PostgreSQL 12.4

## Run:
* `pip install -r requirements.txt`
* `python manage.py migrate`
* `python manage.py runserver`