Skip to content

krystaltt/bank-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Image

Instructions to Setup:

Note:

Make sure that ports 3000 and 3007 are both available for our back-end and front-end servers.

Prerequest:

Install Node.js and npm

Setting up Back-end:

  1. Open a Terminal (in bank-app)

  2. Navigate to the authInMern folder:

   cd authInMern
  1. Move into the server folder:
   cd server
  1. Install all the dependencies for the back-end:
   npm install
  1. Run the back-end:
   npm start

Tip: If error occurs when running the back-end side, is bcrypt_lib.node is not a valid Win32 application, try to remove the node_modules and then repeat the No.4 step to install all dependencies.

Setting up Front-end:

  1. Open another Terminal (in bank-app)

  2. Navigate to the client folder:

   cd client
  1. Install all the dependencies for the front-end:
   npm install
  1. Run the front-end:
   npm start

Usage:

Visit http://localhost:3000/ in your web browser to access the bank app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors