Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdnkv/spring-examples
https://github.com/mdnkv/spring-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdnkv/spring-examples
- Owner: mdnkv
- License: mit
- Created: 2024-11-14T15:25:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:24:14.000Z (about 2 months ago)
- Last Synced: 2024-11-24T15:27:30.660Z (about 2 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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