Skip to content

dongbotang/limpid-ecommerce-backend-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Build & Run

This is a Spring boot application built with Maven, it can be run the main method in ShoppingCartApplication to start the backend server.

The database schema and initial data will be automatically created and populated while the application is starting. THe data is stored in memory H2 Database for demo purpose or uncomment Mysql configuration and comment H2 configuration in application.properties.

Backend APIs

Access H2 Database via browser

Project structure

In package com.square.shoppingcart

  • controller - for REST Controller
  • model/dto - data models used for transfer data to controllers
  • model/entity - JPA standard entities
  • service - for business functionalities

Library dependencies

The libraries are pre-configured in pom.xml, it does not need to do anything with them.

  • Spring boot dev tool
  • Spring Web
  • REST Repository
  • Spring data JPA
  • H2 Database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages