GithubHelp home page GithubHelp logo

sanogotech / accounting-systeminvoice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bartsla/accounting-system

0.0 1.0 0.0 370 KB

REST APIs implemented using Maven, Spring Boot, Hibernate, in-file and PostegreSQL database, Swagger, Jackson. Tested using Junit, Mockito, MockMVC

Java 68.04% Jupyter Notebook 31.96%
accounting account-management java spring-boot

accounting-systeminvoice's Introduction

Accouting-system

Accounting system with possibility to add invoices, calculate taxes, generate PDFs and send emails. There are multiple implementations of databases provided to exercise various concepts: sql, no-sql, custom file database. The Project contains 4 various REST services, over 295 test cases and over 17815 lines of code with 80% test coverage.

Code style

js-standard-style

Tech/framework used

Built with

Installation

  • Using JDK 1.8 is recomended. Project was test on this JDK version.
    1) Open project with your IDE eg. IntellJI, Eclipse
    2) Set checkstyle to google-checkstyle
    3) Generate binding classes from src\main\resources\invoice.xsd.
    Run Maven-compile or use command 'xjc -d src -p com.example.xjc example.xsd' in terminal
    4) You can run Maven-verify to check, if project builds correctly.

Setup Database

In application you can choose between five databases:

  • InFile
  • Mongo
  • SQL (JDBC)
  • SQL (Hibernate)
  • and InMemmory database (set by default).

You can change the database in 'application.properties` file

pl.coderstrust.database:
inFile
inMemory
inMongo
hibenate

API Reference

Start the application and open the URL for API Documentation http://localhost:8080/swagger-ui.html Swagger API

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.