An E-commerce API REST Project for Software Factory classes at Univille University
- JPA
- JDBC
- H2 Database
This project is a back-end implementation of an E-commerce application. It provides the necessary APIs and functionalities to manage products, customers, orders, and payments.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/Phrdavis/grogus_ecommerce.git
- Navigate to the project directory:
cd grogus_ecommerce
- Install the dependencies:
mvn install
- Run the application:
mvn spring-boot:run
Once the application is up and running, you can access the API endpoints using tools like Postman or cURL. Here are some examples:
- Retrieve all products:
GET /api/v1/produtos
- Create a new customer:
POST /api/v1/usuarios/cadastrar
- Autenticate login:
POST /api/usuarios/login
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Professor: Walter Silvestre Coan
- Course: Software Engineering
- University: Univille
- Collaborators: Alexandre Butzke, Davi Pinheiro de Souza