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

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.

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
```