madewulf / tasks

An api app for a shared task list manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A very simple API for to-do lists

Installation:

git clone https://github.com/madewulf/tasks
python3 -m venv tasks
cd tasks
source bin/activate
pip install -r requirements.txt
cp meta/dev-settings.py tasks/settings.py
./manage.py migrate
./manage.py runserver

About

An api app for a shared task list manager


Languages

Language:Python 96.5%Language:HTML 3.5%