Skip to content

Spring Boot Application that is used to manage backend services for Banger and Co.

Notifications You must be signed in to change notification settings

lakindu2002/Banger_and_Co_Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Banger and Co. Backend Implementation For REST API

This project uses the following dependencies to interact with the Angular Front End Successfully.

  • Spring Data JPA
  • Spring Web
  • MySQL
  • Spring Security
  • JWT
  • Image Compression
  • Java Mail
  • Bean Validation on DTOs to implement Server Side Validation
  • Pagination on the Server Side for Rental Viewing
  • CSV Validation with DMV Server using node.js
  • Database integration using Stored Procedure and SQL View

Set up the Project

Run the following steps to work with this project.

  • Clone the Git Repo
  • Open the Project using Intellij Idea
  • Use Maven to install the project dependencies
  • Run the Spring Boot Application
  • The embedded Tomcat Server will deploy the application locally on http://localhost:8080
  • Browse http://localhost:8080 to interact with the backend or send requests via PostMan to the endpoints defined in the Controller package.

About

Spring Boot Application that is used to manage backend services for Banger and Co.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published