Skip to content

🏦 Full Stack Web Application, made for challenge, which simulates the financial software used in banking institutions | React.js, Node.js, Express and MSQL

Notifications You must be signed in to change notification settings

ingkilber/bank-challenge-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Full Stack Web Bank

Challenge developer Full Stack , which simulates the financial software used in banking institutions

Screenshots

Click on image to view fullscreen and zoom

Desktop

Installation

Core Structure

code backend
  β”œβ”€β”€ package.json
  β”‚
  β”œβ”€β”€ api (bank-challenge-backend)
  β”‚   β”œβ”€β”€ app
  β”‚   β”‚   β”œβ”€β”€ config
  β”‚   β”‚   β”œβ”€β”€ controllers
  β”‚   β”‚   β”œβ”€β”€ models
  β”‚   β”‚   └── routes
  β”‚   β”‚
  β”‚   └── node_modules
  β”œβ”€β”€ package-lock.json
  β”œβ”€β”€ package.json
  β”œβ”€β”€ README.md
  └── server.js

code frontend
  β”œβ”€β”€ web (bank-challenge-front)
  β”‚   β”œβ”€β”€ public
  β”‚   β”œβ”€β”€ src
  β”‚   β”‚   β”œβ”€β”€ assets
  β”‚   β”‚   β”œβ”€β”€ component
  β”‚   β”‚   β”œβ”€β”€ pages
  β”‚   β”‚   └── routes
  β”‚   β”œβ”€β”€ App.test.js
  β”‚   β”œβ”€β”€ index.js
  β”‚   β”œβ”€β”€ reportWebVitals.js
  β”‚   └── setupTests.js
  β”‚
  β”œβ”€β”€ .gitignore
  β”œβ”€β”€ package-lock.json
  β”œβ”€β”€ package.json
  └── README.md

How to Install & run locally

Backend service

  • Clone repo bank-backend

  • Open the cloned repo;

    MSQL

  • Open XAMPP Control panal and start [apache] and [mysql] .

  • open link localhost/phpmyadmin

  • give a database name as (ncr-bank) hit on create button.

  • after creating database name click on import.

  • browse the file in directory C:\bank-challenge-backend\database\ncr-bank.sql

  • after importing successfully.

    API NODE.JS

  • abrir VS-Code and access the folder [bank-challenge-backend]

  • npm install to install the dependecies;

  • node server.js to start the server;

Frontend service

Backend service must be already running locally

  • Clone repo bank-frontend
  • Open the cloned repo;
  • yarn install or npm install to install the dependecies;
  • yarn start or npm start to start the app;

About

🏦 Full Stack Web Application, made for challenge, which simulates the financial software used in banking institutions | React.js, Node.js, Express and MSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published