This is a Spring Boot-based e-commerce application developed as part of coursework for IT3232. It provides the foundational structure for an e-commerce platform, including essential backend services.
-
Spring Boot framework
-
RESTful API design
-
Maven project structure
1.Clone the repository:
git clone https://github.com/yourusername/myapp1.git
2.Build the project using Maven:
mvn clean install
3.Run the application:
mvn spring-boot:run
4.Open your browser and go to the following URL:
http://localhost:8080/app/msg
5.You should see the following message:
Hello SpringBoot
- Access the endpoint /app/msg to get a simple message.
- This is a basic setup, and you can build upon it for further functionality.
This project is open source.