Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maneeshavr/pos_system_backend
A JavaEE POS system built with JakartaEE, Tomcat, MySQL, Parsson, and Yasson for efficient management of point-of-sale operations.
https://github.com/maneeshavr/pos_system_backend
jakartaee mysql postman tomc
Last synced: 5 days ago
JSON representation
A JavaEE POS system built with JakartaEE, Tomcat, MySQL, Parsson, and Yasson for efficient management of point-of-sale operations.
- Host: GitHub
- URL: https://github.com/maneeshavr/pos_system_backend
- Owner: ManeeshaVR
- License: mit
- Created: 2024-01-18T15:26:15.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-21T08:44:47.000Z (11 months ago)
- Last Synced: 2025-01-01T22:42:56.129Z (5 days ago)
- Topics: jakartaee, mysql, postman, tomc
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JavaEE Point of Sale (POS) System API
This JavaEE-based Point of Sale (POS) System API provides a simple and efficient way to manage customers, items, orders,
and order details. It is designed for ease of use in building POS applications.## Technologies Used
- JakarthaEE `version 9`
- Tomcat `version 10.1.16`
- MySQL `version 8.2`
- parsson `version 1.1.2`
- yasson `version 2.0.4`## API Documentation
Explore the detailed API documentation to understand how to integrate and leverage the functionalities of the POS system.
- [API Documentation Link](https://documenter.getpostman.com/view/30897079/2s9YsQ9AQ8)
## How to Use
1. Clone the repository. `https://github.com/ManeeshaVR/POS-Backend.git`
2. Set up your JakarthaEE environment.
3. Run Tomcat server.`version 10.1.16 or later`
4. Deploy project artifact in Tomcat server.
`edit configuration > deployment > add your artifact`
5. Use this [website](https://maneeshavr.github.io/POS-Frontend/) as Frontend.## Frontend
- URL - https://maneeshavr.github.io/POS-Frontend/
- GitHub repo - https://github.com/ManeeshaVR/POS-Frontend## License
This project is licensed under
the [MIT LICENSE](https://github.com/ManeeshaVR/POS-Backend/blob/master/LICENSE.md)