Skip to content

hrithikp/bank_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Knab - Sample Banking Application

A sample banking application

##Technologies

  • Angular and Bootsrap - Fully responsive
  • Node.js and Express - Asynchornous application server
  • Sequelize ORM - Can use any SQL database(default: SQLite)

##Installation

###You have make and docker installed This is the prefered method of installation, since docker provides a standard runtime accross any platform.

To build the and run the docker image:

$ make docker

For additional help:

$ make

###You have node and npm installed

$ npm install
$ npm start

##Usage

  • Start the app either via make or npm
  • Open browser and goto: http://localhost:5000
  • Note: Use Docker VM IP when on Mac or Windows
  • Click on Register and sign up for the app
  • Note: Accounts can go into negative.
  • All data is stored inside of db.sqlite file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published