This project is an ecommerce application built using Angular and Spring Boot.
main/webapp/
: Contains the Angular frontend code.app/
: Angular application code.assets/
: Static assets such as images and fonts.index.html
: The main entry point of the Angular application.
main/java/
: Contains the Spring Boot backend code.io/bootify/ecommerce_app/
: Java package for the ecommerce application.EcommerceAppApplication.java
: The main application class.config/
: Configuration classes for the application.controllers/
: REST controllers for the application.
main/resources/
: Contains resource files for the application.application.yml
: Configuration file for the application.static/
: Static resources such as CSS and JavaScript files.
-
Product brand management
-
Product specification management
-
Product inventory management
-
Product management
-
Order management
-
Payment gateway integration
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Install dependencies:
npm install
(for Angular) andmvn clean package
(for Spring Boot) - Run the Angular application:
ng serve
- Run the Spring Boot application:
mvn spring-boot:run
Contributions are welcome! Please submit a pull request with a clear description of the changes.