ikismail / ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
MIT License
360 stars 406 forks source link
ecommerce ecommerce-website shopping-cart shopping-site spring-mvc spring-security spring-web-flow

ShoppingCart - An amazing website HitCount Not Maintained

We developed an end to end Ecommerce web Application using Spring MVC with multiple modules

Project is not maintained anymore here #56

Functionalities:

  1. User Registeration Cell.

  2. CRUD Operations like

  1. Spring Security
  1. Spring WebFlow

Tools and Technologies:

Installation:

  1. Development Platform - Eclipse / IntelliJ Idea

  2. Server - Apache Tomcat Server

  3. Build Tool - Maven

  4. Database - H2 Database

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

  6. Installation of maven in eclipse - Click Here.

  7. Clone the repository and import it to eclipse.

  8. Run your H2 Database.

  9. Configure your databse configuration in application-context.xml.

    • Database properties:

      <bean id="dataSource"
        class="org.springframework.jdbc.datasource.DriverManagerDataSource">
        <property name="driverClassName" value=YOUR DB DRIVER CLASS NAME" />
        <property name="url" value="YOUR DB URL" />
        <property name="username" value="YOUR DB USERNAME" />
        <property name="password" value="YOUR DB PASSWORD" />
      </bean>
      • Database Dialect:

        YOUR DB DIALECT
  10. 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.

ScreenShots:

Alt text

Alt text