### Overview: This issue covers the foundational concepts of Flask, including routing. ### Tasks: - [ ] Understand Flask application structure. - [ ] Explore basic routing using decorators. - [ ] Create routes for different URLs. - [ ] Test the routes with the development server. ### Additional Notes: Feel free to ask questions and seek clarification on any of the tasks.