Django-Task-Manager

Task Tracker using Python Django

About The Project

This project is an orgizational tool to keep track of tasks/projects and the time spent on them.

Built With

List here all the dependencies of your project (including version). For example:

Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure Python and Django are installed.

  • Python installed with Homebrew
    brew install python
  • Django
    pip install Django

Installation

Steps to get your project running:

  1. Clone the repo
    git clone [email protected]:scanlonp/Paradigms_Scanlon_Newton_Swiderski.git
  2. Enter taskManager Directory
    cd taskManager
  3. Begin locally hosted server and enjoy
    python manage.py runserver

GitHub

View Github