sajdoko /
StoreManagementSystem
JavaFX application to manage products, sales and customers of an e-commerce store. The application performs basic CRUD (create, read, update, delete) functionalities.
Loading repository data…
Akshay1299 / repository
Created an E-Commerce Android app using Java to delve into the intricacies of app development. This project exemplifies a dynamic shopping experience, featuring product listings, user accounts, secure payment processing, and an intuitive user interface.
This is an Open Sourced full stack E-Commerce Android App. I started this Project absoulutely no vision but now it have evolve to customized online Shopping App. This repository holds basic E-commerce App POC which I had created 6 months back. You can download Demo App to see what it looks like now. I have also design Admin Panel (web App) for the this project. If you are interested feel free to Ping me.


Selected from shared topics, language and repository description—not editorial ratings.
sajdoko /
JavaFX application to manage products, sales and customers of an e-commerce store. The application performs basic CRUD (create, read, update, delete) functionalities.
sathish-dhana /
We were a team of 4 from the Masai Web-15 batch. We worked on creating REST API and writing business logic for an E-commerce application. Our project performs fundamental operations of an e-commerce website, where our customer's data is validated, mapped, processed with business logic & persisted in the database.
anne27 /
An eCommerce portal created in Java, Swing and MySQL database.
Muhaiminur /
A person named Nahid wants to sell his products online. So he decided to create his own e-commerce website. But creating a full e-commerce is expensive. So he decided to have limited features. He wants to sell 3 types of product, RAM, MOTHERBOARD and GRAPHICS CARD. He wants to show the products with their prices, add a new product, update the details of the products, and delete them. He also wants some analytics: 1) Which product is profitable for his business (top 5) 2) Total number of products sold. Now you have to create an application with these limited features. To build this application you need to use the following technologies: Backend: Spring-Boot Build Tool: Maven Database: MySQL or PostgreSQL Frontend: use any technology you are comfortable with. So you need to create 6 pages to serve the purpose: 1) Give user a Dashboard to show statistics 2) Give user a window to add products. 3) Show all products with a delete button next to each item. 4) Give a window to update product’s information 5) Login page 6) About page which will be accessible by everyone. (accessible feature should be configured in Spring security ) **page designing is not a big cencern. You can use any frontend template or basic bootstrap template. Following requirements must be completed: Each product must have these four properties: Name, price, profit percentage, product type. By using profit percentage you can calculate the most profitable product. Paginate all the products. Frontend data validation is good. But server side data validation is must. Make sure no invalid data can enter the database. For this use JPA validation. Don’t use your own custom methods. You must design the codebase in such a way that it can be integrated with web services very easily. HINT: Interface for Services, DTO, Mapper.
Vzenun /
An E-Commerce application created with JAVA
MahmoudFawzyKhalil /
An E-Commerce web application built using Jakarta EE 9 technologies. Namely, Jakarta Server Pages, Jakarta Servlet and Jakarta Persistence as our second project at the Information Technology Institute. It takes full advantage of Tailwind CSS components to build create a beautiful and modern user interface.