Rough
Rough
Add a backlog with at least 5 items (e.g., "Create user registration page", "Develop API for
login").
Prioritize the backlog and create a 1-week sprint.
Move backlog items into the sprint and start the sprint.
Finally show the Screenshot of the sprint board at the start and end of the sprint.
Finally Submit the completed Google Sheet or Excel file with all requirements categorized and
justified.
Link Jira tasks with Confluence to streamline task tracking and progress monitoring for the
Library Management System development.
Create a new page in Confluence titled "Library Management System Project Overview."
Embed at least 5 Jira issues related to the development of the Library Management
System (e.g., tasks from the sprint like "Develop book search functionality," "Create user
login page," etc.).
Use the Jira macro to display issues with status (e.g., "To Do," "In Progress," "Done").
Add a progress bar in the Confluence page to visually track the completion of each
embedded Jira task (e.g., percentage of tasks completed in the sprint).
Submit a screenshot of the Confluence page showing the embedded Jira tasks and the
progress bar.
Create a simple API using Swagger/OpenAPI and test it with Swagger UI.
Tasks:
Specification Details:
Provide a screenshot of the Swagger UI showing both the GET and POST endpoints,
including the test results.
Submit the OpenAPI specification (as .yaml or .json format).
Create a Static Website and Containerize, Build & Serve it using Docker.
Tasks:
1. Create a Simple Static Website (index.html file) with basic HTML content.
2. Write/create a Dockerfile to serve the website using Nginx.
3. Build the Docker Image
4. Run the container:
5. Access the Website using a Browser
Create a Simple Python Flask API, Containerize the Application, Build & Push the Image using
Docker and Deploy the Application using Kubernetes.
Tasks:
1. Create a Simple Flask API by writing a Python file (app.py) with basic endpoints.
2. Containerize the Flask App using Dockerfile.
3. Build the Image using Docker.
4. Push the Image to Docker Hub.
5. Create Kubernetes manifests (Deployment YAML & Service YAML) to deploy the
application.
6. Apply the Manifests and Access the API via NodePort.