https://github.com/dyzio18/office-management-system
System for a law office [group project / SCRUM]
https://github.com/dyzio18/office-management-system
Last synced: 8 months ago
JSON representation
System for a law office [group project / SCRUM]
- Host: GitHub
- URL: https://github.com/dyzio18/office-management-system
- Owner: Dyzio18
- Created: 2018-03-20T07:03:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T15:57:46.000Z (over 7 years ago)
- Last Synced: 2024-12-26T23:26:37.676Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 7.51 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System management office
System to management law office.
Created with:
- Spring
- Hibernate
- Maven
- MySQL
- Thymeleaf## Preparation
1. Install Maven (and add to PATH)
2. Run MySQL database## Run
1. mvn clean
2. mvn clean install
3. cd target
4. java -jar demo-0.0.1-SNAPSHOT.jar
5. open browser on port 8080` http://localhost:8080/`