A backend REST API built using Flask that implements user authentication with JSON Web Tokens (JWT) and provides protected CRUD operations on resources. The project focuses on clean API design, ...
TaskFlow is a simple Task Manager web application built with Flask. It includes user authentication and allows each user to manage their own tasks. If a user is not logged in, tasks are stored ...