Skip to content

Banking app written in JavaScript using REST Api; frontend in HTML+CSS

Notifications You must be signed in to change notification settings

carrrina/home-banking-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the backend app first
  1. open terminal in backend/ directory
  2. $ npm install then 3.$ npm run start
Testing in Postman
  • Download Postman from https://www.getpostman.com/. Postman is a software that helps you make requests to servers.
  • Import postman.json inside postman in order to get the requests we've made on the server (check internet for this).
  • Use Postman to make requests to localhost:port, in this case to localhost:3000.
Run the frontend
  • Open frontend/index.html in browser
  • Have fun

About

Banking app written in JavaScript using REST Api; frontend in HTML+CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published