Skip to content

HunterWarburton/ClusterBank3TierCapstone

Repository files navigation

Banking App With MongoDB

Description/Motivation

This is the Session 3 final / capstone project for the "MIT xPRO Professional Certificate in Coding: Full Stack Development with MERN program".

Installation

In order to run this program, follow these steps:

  1. Clone the repository

  2. Node.js, Docker, and MongoDB must be installed on your computer.

    1. Node.js
    2. Docker
    3. MongoDB
    4. Robo 3T: GUI to interact with MongoDB database.
  3. Once the project is in your computer, install the dependencies:

cd "THISFOLDERLOCATION"
npm install

The package.json file contains the needed dependancies

  1. Start Express server:
npm start
or
nodemon index.js
  1. Open your web browser and go to the URL: http://localhost:3000

Technology used:

  • HTML
  • CSS
  • Javascript
  • React
  • Express
  • Node.js
  • Nodemon
  • Docker
  • MongoDB
  • Three.js

Features

Create Account Log in / Log Out Depotis & Withdrawal Persistent Balance in Mongo Database

MIT License

About

Bank App with MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published