Skip to content

mav3rick177/ecommerce_api

Repository files navigation

Ecommerce-API

A simple Spring Boot Ecommerce API.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.rad.ecommerceapi.EcommerceApiApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Copyright

Released under the Apache License 2.0. See the LICENSE file.