makeup-world-website/ ├── app.py ├── requirements.txt ├── models.py ├── makeup.db ├── README.md ├── LICENSE ├── banner.png ├── static/ │ ├── style.css │ └── uploads/ ├── templates ...
This project implements a complete task management REST API with user authentication, CRUD operations, filtering, pagination, and comprehensive testing. The system allows users to register, ...