Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 845 Bytes

File metadata and controls

31 lines (25 loc) · 845 Bytes

api-projeto-python

A lightweight task manager web application powered by a Python backend API.

Objectives

  • Provide a simple and efficient task management system
  • Implement secure authentication using tokens
  • Maintain fast and lightweight architecture
  • Keep the codebase beginner-friendly and maintainable

Architecture

  • Frontend hosted on GitHub Pages
  • Backend API hosted on PythonAnywhere
  • Authentication via JWT tokens (24h expiration)
  • Data stored in a local SQL database
  • Communication via HTTPS requests

Usage

Clone the repository and run the backend server. Then open the frontend files in your browser.

Roadmap

Planned features:

  • Account deletion
  • OAuth login support
  • Improved UI/UX
  • Mobile APK version
  • Data backup system
  • Custom task formatting

Author

Created and maintained by a single developer.