Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmasum52/carwarehousefx
Level 1 term 2 undergrad(CSE-BUET) mini-project(offline-6) in Java and JavaFX
https://github.com/hmasum52/carwarehousefx
gson java java-fileio java-networking javafx jfoenix sqlite-jdbc tcp-server-client
Last synced: about 1 month ago
JSON representation
Level 1 term 2 undergrad(CSE-BUET) mini-project(offline-6) in Java and JavaFX
- Host: GitHub
- URL: https://github.com/hmasum52/carwarehousefx
- Owner: hmasum52
- License: mit
- Created: 2020-12-22T07:50:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T06:15:54.000Z (about 4 years ago)
- Last Synced: 2024-11-08T11:50:22.472Z (3 months ago)
- Topics: gson, java, java-fileio, java-networking, javafx, jfoenix, sqlite-jdbc, tcp-server-client
- Language: Java
- Homepage:
- Size: 51.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CarwarehouseFX
This is my undergrad level 1 term 2 offline-6(`final mini project`) of the course CSE-107(Object oriented programming language) where I have learned the features of object oriented programming paradigm. CarwarehouseFX have a Backend which is completely written in java using java socket programming and sqlite database, and frontend is written in JavaFX framework.# Preview
`Click the image` to see the preview in youtube.
[![CarwarehouseFX](https://img.youtube.com/vi/fTBkP5D_sq4/0.jpg)](https://www.youtube.com/watch?v=fTBkP5D_sq4)
# Development
- [Java 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) and [JavaFX 11]()
- Backend(Module - [CarwarehouseFXBackend](CarwarehouseFXBackend))
- [Java Networking](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/package-summary.html) - Socket Programming(TCP-server-client)
- [Gson](https://github.com/google/gson) for server client communication
- [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) for database
- [MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) architecture
- Frontend (Module - [CarwarehouseFXFrontend](CarwarehouseFXFrontend))
- [JavaFX11](https://openjfx.io/javadoc/11/) for GUI
- [Jfoenix](https://github.com/jfoenixadmin/JFoenix) for material design.
- [IntentFX](https://github.com/Hmasum18/IntentFX) for single stage multiple scene with scene transition.
- MVC and repository.License
--------```
MIT License
Copyright (c) 2020 Hasan Masum
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```