Full Stack Banking App

November 29, 2021 ยท View on GitHub

Description

This is a programming exercise, using the full MERN stack (MongoDB, Express, React, Node) to demonstrate building the basic components and logic for a banking app, both front-end and back-end. This app's primary features include pages for: Create an Account, Login, Deposit, Withdraw, and View Balance. This was originally our Week 21 Portfolio assignment in the MIT xPro MERN course, but I'm continuing to develop and refactor it for our Week 27 assignment. I'm also working on adding user authentication to the app. This has been an excellent tutorial in developing a complete, albeit basic, full MERN stack app. Additional future improvements to the functionality are listed below, under Roadmap.

Alt text

Installation / Usage

To run this app on a local server, clone or download all of the files within this repository to your local machine. Then, run 'npm install', then 'npm start' in your terminal.

Roadmap

  • This current version has very basic authentication . I would like to upgrade the authentication and authorization byt using Firebase Authentication.

Support

I can be reached via email at david@d2weblogic.com, or connect with me on LinkedIn at https://www.linkedin.com/in/dave-diaz-b64aa88a/

License information

MIT License

Copyright (c) 2021 Dave Diaz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.