GithubHelp home page GithubHelp logo

okoyecb / banka Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timi-codes/banka

0.0 1.0 0.0 986 KB

🏦💵Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals.

JavaScript 52.07% HTML 28.38% CSS 19.55%

banka's Introduction

Banka Logo

Banka · Build Status Coverage Status Maintainability

Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals.


Getting Started

Project Links

Technologies

Tools

Installations

Acknowledgment

Author


Links

UI Template for the application can be found here Github pages.

Pivotal Tracker Stories can found here Pivotal tracker.

Application was deployed to Heroku. Use public URL https://banka-timi.herokuapp.com with API endpoints.

API Documenttion was generated with swagger.


Technologies

  • Node.js A run time environment based off Chrome's v8 Engines for writing Javascript server-side applications.
  • Express.js - Web application framework based on Node.js.
  • ESLint - A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
  • Airbnb style guide was followed.

Tools

  • Postman is the only complete API development environment, and flexibly integrates with the software development cycle.
  • Testing
    • Mocha A javascript testing framework.
    • Chai A test assertion library for Javascript.
  • Swagger is an open-source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services
  • Pivotal Tracker is the agile project management tool of choice for developers around the world for real-time collaboration around a shared, prioritized backlog.
  • Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.
  • Travis CI is a hosted, distributed continuous integration service used to build and test software projects hosted at GitHub.
  • Coveralls consolidates the results from a suite of static analysis tools into a single, real-time report, giving your team the information it needs to identify hotspots, evaluate new approaches, and improve code quality(from crunch base).

Installations

Getting started

  • You need to have Node and NPM installed on your computer.
  • Installing Node automatically comes with npm.

Clone

  • Clone this project to your local machine https://github.com/timi-codes/Banka.git

Setup

  • Installing the project dependencies

    Run the command below

    $ npm install
  • Start your node server

    run the command below

    $ npm start
  • Use http://localhost:7778 as base url for endpoints

Endpoints

METHOD DESCRIPTION ENDPOINTS REQUEST BODY
POST Sign up for an account /api/v1/auth/signup Request Body
POST Sign in to an account /api/v1/auth/signin Request Body
POST Create a bank account /api/v1/accounts Request Body
GET Staff's can Get all accounts /api/v1/accounts Request Body
GET Get a specific account /api/v1/accounts/:accountNumber
PATCH Activate or deactive an account /api/v1/accounts/:accountNumber Request Body
DELETE Delete an account /api/v1/accounts/:accountNumber
POST Perform a debit transaction /api/v1/transactions/{accountNumber}/debit Request Body
POST Perform a credit transaction /api/v1/transactions/{accountNumber}/credit Request Body

Running Unit Test

  • Run test for all endpoints

    run the command below

    $ npm test

Acknowledgments

Author

banka's People

Contributors

timi-codes 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.