Skip to content

Build a microserviced based backend project using springboot, mysql and active MQ to Build Restful Apis to create a new order or fetch existing orders. Also built a Simple Frontend using Thymeleaf, Bootstrap and Datatable to show the execution of the APIs. Also implemented SMTP email which asynchronously sends a email through ActiveMQ message brok

Notifications You must be signed in to change notification settings

saahilanande/Order-api-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order-api-springboot

Build a microserviced based backend project using springboot, mysql and active MQ to Build Restful Apis to create a new order or fetch existing orders. Also built a Simple Frontend using Thymeleaf, Bootstrap and Datatable to show the execution of the APIs. Also implemented SMTP email which asynchronously sends a email through ActiveMQ message brok

Spring boot starter library is used to create RestApis while I have also used Rest templates in the same project to consume that api i have made and present it to the Frontend of the application. As soon as the A new Order is created, in the backend SMPT protocol is used to create a email to send to the user. This email is send Asynchonously through a message broker Active MQ here. To also listen the message broker a new service is also created in the same project.

About

Build a microserviced based backend project using springboot, mysql and active MQ to Build Restful Apis to create a new order or fetch existing orders. Also built a Simple Frontend using Thymeleaf, Bootstrap and Datatable to show the execution of the APIs. Also implemented SMTP email which asynchronously sends a email through ActiveMQ message brok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published