Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkitori/warehouse
Fullstack project: Spring, Thymleaf, MyBatis
https://github.com/vkitori/warehouse
bootstrap html java mybatis spring spring-mvc thymeleaf
Last synced: 11 days ago
JSON representation
Fullstack project: Spring, Thymleaf, MyBatis
- Host: GitHub
- URL: https://github.com/vkitori/warehouse
- Owner: vkitori
- Created: 2023-10-07T17:28:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T19:45:01.000Z (over 1 year ago)
- Last Synced: 2024-11-19T07:13:46.684Z (2 months ago)
- Topics: bootstrap, html, java, mybatis, spring, spring-mvc, thymeleaf
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warehouse Management System
This is a web-based warehouse management system that allows you to manage products in your warehouse. This is a comprehensive study project that integrates several modern technologies to create a fully functional web application. It serves as a practical example of how to use Java and associated frameworks to build web applications efficiently.
## Table of Contents
- [Technology Stack](#technology-stack)
- [Features](#features)### Technology Stack
This project is built using the following technologies and tools:
- **Java**
- **Spring Boot**
- **Thymeleaf**
- **MyBatis**
- **Bootstrap**
- **MySQL**
- **Maven**
- **Eclipse**### Features
- View a list of products in the warehouse.
- Add new products with details such as name, description, and availability.
- Edit existing product details.
- Delete products from the inventory.
- User-friendly web interface.