Welcome to Boots Boutique, a management system developed in Java using Spring for web. This project was created to assist in the management of a boutique specializing in the sale of boots.
- Product Management: Add, update, and remove boots from inventory.
- Order Management: Record and track customer orders.
- Sales Reports: View sales reports for performance analysis.
- Java
- Spring Framework (Spring Boot, Spring MVC)
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Make sure you have Java and Maven installed on your machine.
- Navigate to the project root directory in the terminal.
- Run the command
mvn spring-boot:run
to start the server. - Open your browser and access
http://localhost:8080
to access the system.
Feel free to contribute improvements to this project. Just follow the steps below:
- Fork this repository.
- Create a new branch with the name of your feature:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Open a pull request describing your changes.
Thank you for contributing to Boots Boutique!
If you have any questions or suggestions, please contact us at jaoalbertorsc@gmail.com.