https://github.com/alexkaeh/brokely
Text-based venmo inspired money transfer application. Second of three major bootcamp projects.
https://github.com/alexkaeh/brokely
authentication java postgresql rest-api spring
Last synced: 2 months ago
JSON representation
Text-based venmo inspired money transfer application. Second of three major bootcamp projects.
- Host: GitHub
- URL: https://github.com/alexkaeh/brokely
- Owner: alexkaeh
- Created: 2022-07-11T21:16:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T05:38:06.000Z (over 3 years ago)
- Last Synced: 2026-03-28T04:35:34.416Z (3 months ago)
- Topics: authentication, java, postgresql, rest-api, spring
- Language: Java
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# broke.ly
__Text-based money transfer application in Jave, using Spring JPA and a RESTful API to allow access to persistent data.__
*Created by Aaron Hinjosa, Alec Hoskins, and Alex Kaehler*
The msot important new concept in this application is the use of a relational database. The Spring framework allowed us to creat3e a persistent webserver that could manage user authentication and perform CRUD operations on our data. We created appropriate entities mapped to the tables in the database, a layer of business logic to process and validate our data, and authenticated API endpoints available to our front end.
The front end is text-based and also written in Java, using RestTemplate to generate requests to the server.
A user can register and log in, where they can access their dashboard. From there they can send and request money, as well as approve or reject inbound requests.