TEnmo-Application
README.md

TEnmo Application

Welcome to my second capstone project with Tech Elevator! With another student, we used Java to create a RESTful API server (using Spring Boot, JdbcTemplate, and PostGreSQL) and a client-side command-line application, representing a mock Venmo-style application.

It registers users to create an initial account and requires that authentication in order to view or post any transactions. Then the user can view their balance and prior transactions, create a transfer to another user, request a transfer from another user, and approve any pending requests from other users.

Credits

  • Jordan Smith, my partner programmer
  • Greg Westendorf, for being an awesome instructor
  • Tech Elevator, for creating the capstone assignment