A RESTful API developed in Flask for the magament of personal or professional goals.
| get_week_pending_goals | GET |
| get_week_completed_goals | GET |
| create_goal | POST |
| register_user | POST |
| create_goal_completion | POST |
- Python 3.12.9
- Flask 3.1.0
- SQLAlchemy 2.0.39