Skip to content

pranavbalakrishnan4100/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce

Building and Running

This document provides instructions on how to build and run the application.

Prerequisites

Before proceeding, ensure that you have the following installed on your system:

Building the Application

Follow these steps to build the Spring Boot application using Maven:

  1. Clone the project from the repository: git clone <repository_url>
  2. Navigate to the project directory.
  3. Execute the Maven build command: mvn clean install
  4. This command compiles the source code, runs the tests, and packages the application into a JAR file.

Running the application

Once the application is built, you can run it using the following steps:

  1. Navigate to the target directory.
  2. Run the JAR file using the java command: java -jar ecommerce-0.0.1-SNAPSHOT.jar
  3. Once the application starts, you should see log messages indicating that the application is running. By default, the application will start on port 8080. You can use the url http://localhost:8080 to access the REST endpoints. If not, you can interact with the program usoing the CLI.

Interacting with the application

You can interact with the application through the command line or through the REST API endpoints.

You can find the detailed instructions to use the rest api endpoints below. (Prerequisites: Postman App or Postman Web) View Postman collection here- Run In Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages