Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ranindunethmina/web-pos-using-java_ee

A simple POS system for managing customers, items, and orders, featuring an intuitive front-end with JakarthaEE back-end integration.
https://github.com/ranindunethmina/web-pos-using-java_ee

ajax api java javaee jquery tomcat-server

Last synced: 1 day ago
JSON representation

A simple POS system for managing customers, items, and orders, featuring an intuitive front-end with JakarthaEE back-end integration.

Awesome Lists containing this project

README

        

# WEB-POS System

## Overview
**WEB-POS System** is a web-based Point of Sale (POS) application that manages customer data, item data, and order processing. The system is built with a Java EE backend and a JavaScript frontend, storing data temporarily in arrays without database persistence.

## Features
- Customer Management (Add, update, delete, and retrieve customer information.)
- Item Management (Add, update, delete, and retrieve item details.)
- Order Management (Add new orders and retrieve a list of existing orders.)

## Technologies
- **Backend:** Jakartha EE, MySQL
- **Frontend:** HTML, CSS, JavaScript
- **Build Tool:** Maven, Tomcat

## Usage
1. Clone the repository:
```bash
git clone https://github.com/ranindunethmina/WEB-POS-using-java_EE.git
```
2. Navigate to the project directory:
```bash
cd web-pos-system
```
3. Build the project (optional):
```bash
mvn clean install
```
4. Deploy the project on your preferred Java EE server (e.g., Apache Tomcat).
5. Open your browser and navigate to the deployed application's URL.

## Contributing
Contributions are welcome! Please fork this repository, create a new branch for your feature or bugfix, and submit a pull request.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---
Feel free to customize this template according to your project's specific needs!