Git Product home page Git Product logo

banka's Introduction

Banka Logo

Banka

A light-weight core banking application.

Build Status Coverage Status Maintainability Test Coverage

Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals. This app is meant to support a single bank, where users can signup and create bank accounts online, but must visit the branch to withdraw or deposit money..

Pivotal Tracker

Pivotal Tracker was used in managing this project and you can find all the stories by clicking the link below https://www.pivotaltracker.com/n/projects/2320369

UI Template

UI templates is hosted at https://chuxmykel.github.io/banka/UI/index.html

Technologies


  • NodeJs - Runtime Environment
  • Express - Web Application Framework

Supporting Packages

Linter

Compiler

  • Babel - Compiler for Next Generation Javascript

Test Tools

  • Mocha - JavaScript Test Framework for+ API Tests
  • Chai - TDD/BDD Assertion Library

API Endpoints

Documentation

Visit https://a-bank.herokuapp.com/api/v1/docs to view API Documentation

Features

Getting Started


Installing

To run this application, you need to have Node.js, and git(to clone the repo) installed. Then follow the instructions to get it up and running

  • clone the repo using
~> git clone https://github.com/chuxmykel/banka.git
  • run npm install --prod to install dependencies
  • create a .env file from the .env.example file and fill in the necessary environment variables
  • run npm run build to build the project and then run npm start to start the server
  • now access the server on the localhost port 5000 i.e localhost:5000 or 127.0.0.1:5000

Now the server will go live and listen for requests

Developing

To develop the app further, a few handy tools have been put in place such as nodemon and some other dev dependencies. Access them by starting the server using npm run dev. But before using the command, make sure to follow the steps below

git clone https://github.com/chuxmykel/banka.git
cd banka/
npm install
npm run dev

Building

The app is written in ES6+ and wired to run ES5 transpiled code in production. To transpile any changes to ES5 run the script shown below

npm run build

Babel then transpiles your ES6+ files to ES5 for environment compatibility

Licensing

Copyright © 2019, Ngwobia, Chukwudi M. The code in this project is licensed under ISC LICENSE

banka's People

Contributors

chuxmykel avatar dependabot[bot] avatar

Watchers

James Cloos 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.