This project is for Web Development classes.
It is developed in Java using VRaptor 4 framework with HTML5, CSS3 and its dependencies are managed by Gradle.
Your MySQL user need to be root with password "root" to run!
Then create database named "calendar" inside your MySQL Server:
create database calendar;
Open terminal inside the project folder and type the code below:
./gradlew clean tomcatRun
Finally, open the following link:
http://localhost:8080/if-calendar/
- Run gradlew clean before your commit.
- Create your own branch to commit your changes.
- Push the branch to github.
- Create a pull request and add Gabriel as reviewer.
If there are errors in any file when importing the code into eclipse, run gradlew clean eclipse and refresh the project.