Sparks task one somple bamking system

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:

Features

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

? ScreenShots:

?Built Using

? 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