Skip to content

margo-kelley/badBank-fullStack

Repository files navigation

Bad Bank

A project for MITxPRO.

Bad Bank is a full-stack web application that allows user creation, user login, and deposit + withdraws. The user data is persistant across logins and balances automatically update as deposits or withdraws are made. Logins are authenticated through Firebase. Some elements are only avalible after authentication via conditional rendering of the nabvar.

Run Locally

Clone the project

  git clone https://https://github.com/margo-kelley/badBank-fullStack

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

API Reference

See /api-docs for full documentation via Swagger.

License

MIT