Skip to content

Final project at Wiley Edge trainee program using Spring Boot JPA. Prosper Lend is a Business Loan Provider that offers exclusive interest rates discounts for companies committed to making a positive impact in the world.

Notifications You must be signed in to change notification settings

junocchi/prosper-lend-spring-boot-jpa

Repository files navigation

Prosper Lend (with Spring Boot JPA)

Final project at Wiley Edge trainee program using Spring Boot JPA. Prosper Lend is a Business Loan Provider that offers exclusive interest rates discounts for companies committed to making a positive impact in the world.

Group

@catalina-kalman @DominiqueAMWalker @hodanhassan2408 and @junocchi

Features achieved

The user can:

  • Sign up and create an account (we use hashing passwords)
  • Log in with a username and password
  • See the home page for fintech news
  • See their profile page with an avatar photo
  • Update their username and email
  • Request funding
  • See payment history
  • See loans and their current status (in progress or complete)
  • Message Prosper Lend if they need help
  • Log out

Presentation

At the end of the two weeks, the team presented to the rest of our cohort and instructors detailing our approach, planning, achievements and goals, before giving a live demo of the site. Click the image to access the slides.

image

Entity relationship diagrams

Main pages

Login

Home

My Profile

Request Funding

About Us

How to try the project

Setup

  1. Clone the repo
  2. Install Eclipse and MySQL Workbench
  3. Execute prosperLend.sql (to create a local database)
  4. Add your spring data sources (driver-class-name, URL, username and password) to application.properties

Running

  1. Run ProsperLendApplication.java as Spring Boot App
  2. Go to http://localhost:8080/login-page
  3. To log in as an existing user
  • Username: test_user
  • Password: password

About

Final project at Wiley Edge trainee program using Spring Boot JPA. Prosper Lend is a Business Loan Provider that offers exclusive interest rates discounts for companies committed to making a positive impact in the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published