Question: Please help me create web application for an app that can pick out the clothes based on the weather. Instructions is the first iteration in
Please help me create web application for an app that can pick out the clothes based on the weather.
Instructions
is the first iteration in the implementation of the web application.
Task
A web application is a computer program that utilizes web browsers and web technology to perform tasks over the Internet. As it was explained in the previous Stage, a minimum viable product (MVP) is the initial version of a new product which allows a team to collect the maximum amount of validated learning about customers with the least effort.
A key premise behind the idea of MVP is that you produce an actual product (which may be no more than a landing page, or a service with an appearance of automation, but which is fully manual behind the scenes) that you can offer to customers and observe their actual behavior with the product or service. Seeing what people do with respect to a product is much more reliable than asking people what they would do. [1]
For this task, from the initial design that resulted from Stage 1, your MVP must be a fully functional web application that gives users a pretty good idea of what your final product is going to be. For this reason, you should select for development all the features that will help you to give that result. Including the User Authentication capabilities.
This is a rough product based on server-side elements only. This means that in terms of architecture, it is a three-tiered web application that handles the presentation layer with Servlets, the Business logic with Java Classes and the Data Layer with either MySQL or HyperSQL Database.
Although the code may not be optimal, the deliverables are:
- A war file that can be deployed to Tomcat and instructions for deployment. This means that it should include all the libraries required to function such as JDBC drivers and external Java libraries you may have decided to use.
- The source code included as part of your war file.
- The SQL code required to recreate data model.
- A screen capture demonstrating how your application works.
- A report on the accomplishments for this stage, the challenges faced and the means for overcoming them.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
