This is a WEB Application for a system that assigns students to courses.
This project need Java JDK 1.8 to run correctly
clone the repitory from GitHub with your console
git clone https://github.com/Valerus5685/dharbor.git
Enter the folder called "dharbor" and enter to folder "production" just execute next command
java -jar dharbor-web-0.0.1-SNAPSHOT.war
Wait a few seconds until web service has available, to check is correctly functionality go to your web browser and write next url.
http://localhost:8080
You do not see any errors, the project works correctly. it's time to enjoy. do not forget to click in red button to load dummy data.
- Java Spring Framework
- JSTL. For views rendered in server
- H2 Database
- VUEJS. For views in client side
- AXIOS. For asynchronous http requests
- Bootstrap 4
- Font awesome.
Use SPRING TOOL SUITE and import the project.