Skip to content

benc/accounting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounting sample app

Playground app, to learn new stuff.

Client app is built with Angular 2.0 and Typescript. Server is built with Spring Boot and Java.

Server

Simple app using spring boot.

Get it up and running

  • Get into the server directory

      cd server
    
  • Run it

      ./gradlew bootRun
    

Client

Get it up and running

  • Get into the client directory

      cd client
    
  • Run it

      npm start
    

About

Playground app, to learn new technologies. Client is using Angular 2.0 and Typescript. Backend is written using Spring Boot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published