Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.51 KB

STATUS-FINISHED

Bank API

A bank website and API, with login page, transfers and more.

📁 How access the project

You can download it and initialize it on your system or acess this page

🛠️ Open and run the project

  • Open the project on vscode or other ide and in the terminal type it npm install for install all dependencies
  • Now in the terminal type it node src/server.js
  • Go to your browser and enter in localhost:3000/login (3000 or other appear on terminal)

You can acess this website if you don't want download

🔨 Built with

  • HTML
  • CSS
  • Javascript
  • NodeJS
  • Express
  • MongoDB

✔ Project features

✨ Feature 1: Database for login and user data LoginDatabase

✨ Feature 2: Update your account data UserChange

✨ Feature 3: Transfers and OTP Verification UserTransfer

✨ Feature 4: Delete your account UserDelete