Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 458 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 458 Bytes

Build a Banking Portal with Node & Express

In this project you’ll build a simple Banking Portal with Node & Express. There will be seven different routes that will include index, profile, savings, checking, credit, transfer and payment. We'll provide you with some starter code that includes several view templates. You'll use Node's built-in fs library to read and write data. We will also use the Express router to make the application more modular.