Sparks-Banking-System

Task #1 in the web development and designing internship offered by The Sparks Foundation.??

? Live Host

https://sparksbankbasmaelhoseny.herokuapp.com/Transactions

? Demo:

Watch the video

Features

  • Create new Customer
  • Make money transaction between customers
  • Dsiply transactions either failed or succeeded

? ScreenShots:

Screenshot 2022-09-20 012419 Screenshot 2022-09-20 012446 Screenshot 2022-09-20 012504

?Built Using

react js

CSS

node js

express js

Mongo DB

Heroku

? Install and run the Project on your local machine

  1. download the zip folder of the project.
  2. unzip folder
  3. open terimnal
  4. cd to the folder of the project
    • run server side

      1. run: npm install
      2. run: npm start
    • run client side

      1. run: cd client
      2. run: npm install
      3. run: npm start

DONE ?

? Note:

Make sure you aren’t using PORT 5000 and 3000 because this project uses them otherwise you can change them from package.json of each by changing

  • in root directory
    1. package.json “proxy”: “http://localhost: client_port_no”
    2. index.json const PORT = process.env.PORT || server_port_no; (line 34)
  • in client directory
    1. package.json “proxy”: “http://localhost: server_port_no”

GitHub

View Github