/NodeExpress-BankingPortal

Build a Banking Portal with Node & Express

Primary LanguageJavaScriptMIT LicenseMIT

Build a Banking Portal with Node & Express

In this project, a simple Banking Portal was built with Node.js & Express. The project includes seven different routes: 1. index, 2. profile, 3. savings, 4. checking, 5. credit, 6. transfer 7. payment.

It use Node's built-in fs library to read and write data. It will also use the Express router to make the application more modular.