SrivastavaCharu / todo_using_linkedList

0 stars 0 forks source link

Task Manager

This is a task management application using Linked List and AWS services(S3 and SNS).

Features

Setup

  1. Clone the repository
  2. Set up a virtual environment
  3. Install dependencies

git clone <repo-url>
cd task-manager
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py