Skip to content

g1039/task-list-app

Repository files navigation

Task Management App

A Django-based Task Management App that allows users to manage tasks, track progress, and prioritize efficiently. Features include user-specific task views, admin access, and optional dashboard and calendar functionalities.

Requirements:

Getting Started

  1. Clone the repo:
$ git clone https://github.com/g1039/task-list-app.git
$ cd task-list-app
  1. Setup the virtualenv
$ virtualenv ve
$ source ve/bin/activate
  1. Install requirements:
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pre-commit install
  1. Setup database
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
  1. Run tests
$ pytest
  1. Start the application
$ python manage.py runserver

You can now access the demo site on http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published