https://github.com/lia-oliveira/ecommerce_tech
This repository was created for the backend project of the Spring Professional course on the DevSuperior platform and will be an electronics store developed with Java and Spring Boot on the backend.
https://github.com/lia-oliveira/ecommerce_tech
backend devsuperior ecommerce java spring-boot
Last synced: 11 months ago
JSON representation
This repository was created for the backend project of the Spring Professional course on the DevSuperior platform and will be an electronics store developed with Java and Spring Boot on the backend.
- Host: GitHub
- URL: https://github.com/lia-oliveira/ecommerce_tech
- Owner: lia-oliveira
- Created: 2025-01-30T00:29:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T00:02:44.000Z (about 1 year ago)
- Last Synced: 2025-02-18T01:20:19.129Z (about 1 year ago)
- Topics: backend, devsuperior, ecommerce, java, spring-boot
- Language: Java
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual Store for Technology Projects
# About
This repository was created for the backend project of the Spring Professional course on the DevSuperior platform and will be an electronics store developed with Java and Spring Boot on the backend. The frontend will not be taught in the course but will be developed using Angular.
# Built with
## Spring Boot Initialzr
```
Project: Maven
Language: Java
Spring Boot: 3.4.2
Project Metadata:
Group: com.oliveiralia
Artfact: backend
Name: backend
Description: Online store for electronics
Package Name: com.oliveiralia.backend
Packing: Jar
Java: 21
Dependencies:
Spring Web
Spring Data JPA
H2 Database
```