Skip to content

Kryptofly/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager

TaskManager is a simple Python-based web application using Django that allows users to create, read, update, and delete tasks.

Features

  • Create new tasks.
  • View all tasks.
  • Edit existing tasks.
  • Delete tasks.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/TaskManager.git
    cd TaskManager
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Run the application:

    python manage.py runserver
  6. Open your web browser and go to http://127.0.0.1:8000.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published