This project is a simple Task Management backend API built using Python and FastAPI. It allows users to create, read, update, and delete tasks efficiently via RESTful API endpoints. This backend service can be used as a foundation for building a full-featured task management application.
-
β Create new tasks
-
π View all tasks or a single task by ID
-
βοΈ Update task details
-
ποΈ Delete tasks
-
FastAPI β high-performance Python web framework
-
Pydantic β data validation and parsing
-
SQLAlchemy / Tortoise ORM β database modeling and access
-
MySQL β database options
-
Uvicorn β ASGI server for fast performance
Before start installation, please check the requirement.txt it contains all of dependency
git clone https://github.com/AriqF1/manajemen-api.git cd manajemen-api
pip install 'requirement.txt'