Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 804 Bytes

TaskFlow

TaskMaster is a scalable RESTful API for a task management system, designed to handle a growing user base and high volume of tasks. The API allows users to manage tasks with CRUD operations, deadlines, priorities, and status updates, ensuring data security and performance.

Installation

1. Clone the Repository

git clone https://github.com/JoshuaOloton/task-master.git

2. Create Virtual Environment

python -m venv venv

source venv/bin/activate  # On Windows, use `venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Configure Environment Variables

5. Start the Server

uvicorn main:app --reload

Configuration

  • Database Connection String

  • JWT Secret Key

  • Authentication Settings