This document describes a mobile store website created using Java and MySQL. The website allows users to view details of mobile phones, brands, prices and accessories. It follows an MVC architecture with model, view and controller files organized properly. The front end is developed using Java and JDBC, and the back end uses a MySQL database with tables like phone_details, phone_features, phone_brand and user_table.