This is the service code for a web application to a shoe store, implemented using Angular for the frontend and Spring Boot for the backend.
- List all available shoes.
- View details of a specific shoe.
- Add new shoes to the inventory.
- Update existing shoe information.
- Delete shoes from the inventory.
- Backend:
- Spring Boot
- Java
- MongoDB (or your preferred database)
Before running the application, ensure that the following software is installed on your machine:
- Node.js and npm
- Java (JDK)
- Spring Boot
- MongoDB
-
Navigate to the
backend/directory:cd backend -
Build and run the Spring Boot application:
./mvnw spring-boot:run
Access the backend API at
http://localhost:8080.
- Configure the database connection in the
application.propertiesfile.
backend/: Contains the Spring Boot backend code.dist/: Generated by Angular CLI when building for production.
Feel free to contribute to the project by opening issues or creating pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.