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:
parent
4cfde1a74a
commit
f67be35a71
@ -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
|
||||
|
||||
|
@ -26,7 +26,7 @@ class Settings(BaseSettings):
|
||||
return v
|
||||
raise ValueError(v)
|
||||
|
||||
PROJECT_NAME: str = "TodoApp API"
|
||||
PROJECT_NAME: str = "TaskMaster Pro API"
|
||||
|
||||
class Config:
|
||||
case_sensitive = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user