/MobiZone

Ecommerce Capstone Project/Shopping Website using JSP, SERVLET, BOOTSTRAP.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

MobiZone HitCount

Developing a MobiZone Ecommerce Capstone Project using Hibernate + JSP + Servlet.

Ecommerce Capstone Project

Functionalities:

  1. User Registration

  2. CRUD Operations like

  • User can add product to his cart
  • Admin can add product to the product list
  • Admin can edit the product details
  • Admin can delete the product from the list

Tools and Technologies:

  • Technology : JSP, Java, Hibernate, Bootstrap.
  • Application Servicer: Apache Tomcat Server 9
  • Database : SQL Server 2012.

Installation:

  1. Development Platform - Eclipse JEE

  2. Server - Apache Tomcat Server 9

  3. Database - SQL Server 2012

  4. Configuring tomcat with Eclipse (windows) - Click Here

  5. Clone the repository and import it to eclipse

  6. Run your SQL Server 2012 Database.

  7. Configure your database configuration in hibernate.cfg.xml

    • Database properties:

           <property name="hibernate.dialect">..................YOUR DB DIALECT...........</property>
           <property name="hibernate.connection.driver_class">..YOUR DB DRIVER CLASS........</property>
           <property name="hibernate.connection.url">...........YOUR DB CONNECTION URL..........</property>
           <property name="hibernate.connection.username">......YOUR DB CONNECTION USERNAME........</property>
           <property name="hibernate.connection.password">......YOUR DB CONNECTION PASSWORD..........</property>
           <property name="hibernate.show_sql">true</property>
           <property name="hibernate.hbm2ddl.auto">update</property>
      
  8. Run the server.

Somethings wrong!!

If you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker, or take it as a task and 🧑‍💻 resolve it 💪 --> create a PullRequest 🛠.

Contribution

Contributors are most welcome.

About work and achievement

  • Home page layout have completed and responsive as well
  • Complete ID (Sign In & Sign Up) page
  • User account
  • Product page
    • Main design
    • Images Grid
    • Function and Requirements(list)

Preview of web pages

You can see my web page below :

Please suggest me any improvement or any change.

Thank You