Skip to content

pedinil/fruitstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

FruiteStore project Test project base on spring Boot

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.cybercom.FruitstoreApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

Running the tests

The class com.cybercom.RestFruitsControllerTest is Responsible for unit test

Authors

  • Pedram Ezzati - Initial work - pedinil

Description

this project is used connect to broker by mqtt and subscribe and once the message arrived save it to DB project will provide rest API to user to save update and get the list of fruit

there are 3 layer in this project

  1. controller layer : which handle all rest request
  2. service layer : which handle all business logic or application logic
  3. Data access layer : to handle connecting to DB by spring.data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages