Hhmmmw / ebanking-jpp-team5

A demo application is requested as a completion requirement for an 'Egypt FWD' related program. it is an online banking account with a money transfer facility.

Home Page:https://ebanking-egfwd-2022.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebanking https://ebanking-egfwd-2022.herokuapp.com/

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Overview

A demo application is requested as a completion requirement for an 'Egypt FWD' related program. it is an online banking account with a money transfer facility.

Samples

Credentials

for testing purposes, you may use the following credentials

{
  "users" : [
    {
      "email": "a@a.com",
      "password": "a@a.com"
    },
    {
      "email": "admin@admin.com",
      "password": "admin@admin.com"
    },
  ]
}

Footer

created by Hashim Hossam

About

A demo application is requested as a completion requirement for an 'Egypt FWD' related program. it is an online banking account with a money transfer facility.

https://ebanking-egfwd-2022.herokuapp.com/

License:MIT License


Languages

Language:Vue 68.2%Language:JavaScript 31.8%