/uber-invoice-maker

Uber Invoice Maker - Create uber like invoice by uploading a CSV file. (For Education Purpose Only)

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

uber-invoice-maker

UBER Invoice Maker (For Education Purpose Only).

GitHub issues GitHub forks GitHub license GitHub stars Build Status

  • Create uber like invoice by uploading a CSV file.
  • CSV contains raw data likeFrom Address, To Address, Fare driver and other details.
  • Uses batch processuing to generate the invoices.

Technologies

  • Java 8
  • MySQL and H2
  • Maven
  • SLF4J
  • Spring and Spring Boot
  • Thymeleaf
  • Lombok

Steps

Sample Invoice.

  • aiport-hotel

APP URL

https://uberinvoicemaker.herokuapp.com/

File Upload Has Been Referenced from Springs gs-uploading-files project.

Tutorial

https://spring.io/guides/gs/uploading-files/ https://github.com/spring-guides/gs-uploading-files.git

To Remove the Compilation from IDE you need to install LAMBOK.

https://projectlombok.org/