Skip to content

Saloni-0465/Splitwise---Java-Web-App---Java-Project---237ff2xec06t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure and Components Source Directory (src)

main/java/co/newtonschool/splitwise:

controller: Manages HTTP requests with ExpenseController, UserController, and HomeController.
model: Defines data structures with Expense, User, and UserExpense.
repository: Handles database operations via UserRepository and ExpenseRepository.
service: Implements business logic in ExpenseServiceImpl and UserServiceimpl.
request: Captures web request data with classes like ExpenseRequest and UserRequest.
response: Formats data sent back to clients with ExpenseResponse, UserResponse, etc.

main/resources/templates: Contains Thymeleaf HTML templates for the UI:

add-expense.html, create-user.html, expense.html, expense-list.html, home.html, navbar.html, user.html, user-list.html
Project Objectives
Develop a robust backend in Java using Spring Boot, alongside a dynamic frontend using Thymeleaf templates. This app should enable efficient management of shared expenses, mimicking real-world financial interactions among users.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •