Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdnkv/spring-examples


https://github.com/mdnkv/spring-examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Spring examples

![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white)
![Hibernate](https://img.shields.io/badge/Hibernate-59666C?style=for-the-badge&logo=Hibernate&logoColor=white)
![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)

This repository contains a Spring Boot project with code, that is used as example for posts and videos in my blog and on my [youtube channel](https://www.youtube.com/@mdnkv).

So, this project is an e-commerce application; much smaller in scope than Shopify and even WooCommerce, but still it aims to cover essential features of any modern e-commerce app. And I believe that this type of app has a lot of interesting things that you could implement and learn a lot of useful stuff.

## License

This project is licensed under terms of the MIT license. For more information, please read the LICENSE.txt file.

## Author

(C) 2024 - now Iurii Mednikov