Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Labusyuk committed Feb 26, 2020
1 parent 04e952d commit e728d85
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Transportation Shedule
Java FX. The module of the cash register of the customer service system of public places. One of the main components of such a system is the Telegram bot implemented here https://github.com/Labusyuk/TelegramBotNightPub
At first time, project was released with jdbc sql statement. Now using Hibernate.

<p align="center">
<img src="https://raw.githubusercontent.com/Labusyuk/TransportationSheduleSpring/master/other/transportionshedule2.png">
</p>

##### Instructions to run the project:
1. Download and install jdk 1.8, Git,.
2. Clone project: git clone https://github.com/Labusyuk/AccountingReport.git
3. Prepare database. Configuration application.properties.
3. cd to project folder and mvnw clean install

##### Note:
It's a pet-project, I am working on their spare time

##### Available functions:
Monitor, add, update, and delete a reservation. Managing Available Products. Manage product categorization in bot modules using db

##### The look of the interface program

<p align="center">
<img src="https://raw.githubusercontent.com/Labusyuk/TransportationSheduleSpring/master/other/transportionshedule2.png">
</p>

##### Image ER-diagram database of the project;

<p align="center">
<img src="https://raw.githubusercontent.com/Labusyuk/TransportationSheduleSpring/master/other/transportionshedule2.png">
</p>



File renamed without changes.
File renamed without changes

0 comments on commit e728d85

Please sign in to comment.