Skip to content

Backend Application to allow you generate Invoices from CSV file

Notifications You must be signed in to change notification settings

ahwinemman/spring-boot-invoice-generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invoice-generator

This project is built with the Spring Java Framework.

Getting Started

git clone "https://github.com/ahwinemman/spring-boot-invoice-generator-app"

Prerequisites

You would need:

  • JDK 1.8
  • Maven

In the terminal window, cd into the root terminal of the project. Build the project with the following command:

mvn clean package

Then, to run the project's build jar file, run the following command:

java -jar target/invoice-generator.jar

The server will be listening on "http://localhost:9090"

The project also has a jacoco plugin in its pom.xml allowing one to check things like code coverage with sonarqube.

About

Backend Application to allow you generate Invoices from CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published