Skip to content

Ecommerce (electronic commerce) refers to all online activity that involves the buying and selling of products and services. In other words, ecommerce is a process for conducting transactions online. When you go to your favorite online retailer to buy a new pair of shoes, you're engaging in ecommerce.

Notifications You must be signed in to change notification settings

VINAYKUMARKUNDER/E-Commerce-System-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

E-Commerce-System-Application


  • A individual Project developed by me depicting the implementation of the ShoppingBazaar online E-Commerce platform
  • A developement of RESTful API for an E-Commerce application. This API performs all the fundamental CRUD operations of E-Commerce platform with user validation at every step.

    Modules


  • Login Logout User and Admin authentication
  • Current User Session
  • Current Adminr Session
  • Product
  • Cart
  • Product List
  • User
  • Admin
  • Payment History
  • Report

    Features



    • User Login authentication
    • User Admin authentication
    • validation for the mobile number number
    • validation for the current user and user identification
    • validation for the current Admin and Admin identification
    • RESTFUL API with CRUD operations


    ER Diagram


    The following Diagram depicts the flow of our Entity Relation Diagram to simplify the work flow.

    EZWallet-ER


    Teach Stacks Implemented




  • Java
  • Spring framework
  • Spring Boot Data JPA
  • Hibernate
  • Maven
  • MySQL
  • Swagger
  • Lombok

    Installation & Run




    #changing the server port
    server.port=8888
    
    #db specific properties
    spring.datasource.url=jdbc:mysql://localhost:3306/ShoppingBazaar
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=Vinay@1313
    
    #ORM s/w specific properties
    spring.jpa.hibernate.ddl-auto=update
    spring.jpa.show-sql=true
    
    spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
    
    


    API Root Endpoint




    http://localhost:8888/
    
    http://localhost:8888/swagger-ui/#
    


    Screenshots

    Screenshot-452 Screenshot-453 Screenshot-454
  • About

    Ecommerce (electronic commerce) refers to all online activity that involves the buying and selling of products and services. In other words, ecommerce is a process for conducting transactions online. When you go to your favorite online retailer to buy a new pair of shoes, you're engaging in ecommerce.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages