Giter Club home page Giter Club logo

gustav's Introduction

Welcome Gustav

Gustav is an opensource internet banking of Česká spořitelna. As far as we know it is the first open internet banking ever. We decided to release it since we strongly believe in innovativeness of you - the best developer in the entire universe. You can simply use it as prepared or fork it and bring whole new light into the world of digital banking. Go ahead and share your vision of how the banking will look like!

You can try vanilla Gustav at https://mygustav.cz/. For API documentation see: CSAS API portal.

Prerequisites

Skip this step if you have already installed grunt, bower and karma.

Install npm using your favourite package manager. Try Chocolatey (Win) or Homebrew (Mac).

Then install all command line tools:

npm install -g grunt-cli
npm install -g bower
npm install -g karma

Note: You might need to use sudo on Mac.

Installation

Clone the repository and then:

npm install
bower install
grunt debug

Open http://localhost:9000 and see Gustav in action!

Development

  • grunt debug - Starts local development server at http://localhost:9000 with live reload.
  • grunt test - Runs all tests
  • grunt release - Prepares complete release to dist directory

Unit tests

Tests are located in directory test/spec. Use either grunt task or Karma to run all tests.

Running tests manually via karma start test/karma.conf.js makes karma run in background and run tests on every core change.

Project structure

app/core/			      # Basic framework (Menu, languages, …)
	 /gustav/					#	Basic Gustav stuff – icons, filters etc.
	 /plugins/					#	Each application tab is one plugin with its own Menu items, routing etc. 

Disclaimer

Gustav was not primarilly intended for educational purposes. We used Gustav to prototype ideas, play with API and learn AngularJS. You might find some parts little bit clumsy, over engineered, old-fashioned or simply buggy.

We will try to refine Gustav over time. But. You can help! Just send us pull request :)

gustav's People

Contributors

krtek avatar jsechovec avatar edgar0011 avatar

Watchers

 avatar

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.