Update application title to TaskMaster Pro

- Changed the title in README.md to 'TaskMaster Pro - FastAPI Backend'
- Updated PROJECT_NAME in config.py to 'TaskMaster Pro API'
- Enhanced description in README.md
This commit is contained in:
Automated Action 2025-06-17 02:25:45 +00:00
parent 4cfde1a74a
commit f67be35a71
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# TodoApp API - FastAPI Backend # TaskMaster Pro - FastAPI Backend
A robust, RESTful API for managing todos, built with FastAPI and SQLite. A powerful, secure RESTful API for managing tasks and todos, built with FastAPI and SQLite.
## Features ## Features

View File

@ -26,7 +26,7 @@ class Settings(BaseSettings):
return v return v
raise ValueError(v) raise ValueError(v)
PROJECT_NAME: str = "TodoApp API" PROJECT_NAME: str = "TaskMaster Pro API"
class Config: class Config:
case_sensitive = True case_sensitive = True