Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 378 Bytes

basic-banking-system

This is a basic banking system created using Node.js and MongoDB database.

Installation and Setup Instructions

Example:

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000