Welcome !
This project is a IFTT like built with Java
, MongoDB
and Spring
.
An applet is triggered by changes that occur within other web services such as Twitter, Facebook, ...
Using the APIs made available by these services.
I used a simple bootstrap
template to generate the webview.
This project have been made during my 2nd years at Epitech
Since it's a Java-Based project, due to Spring
you need to install some stuff on your computer:
-
Java 8(or more): Follow the install instructions for Java.
-
MVN : Follow the installi instructions for mvn.
-
MongoDB: Follow the install intrusction for mongoDB.
First you need to clone the repository: Do not forget to upload your SSH Key into github and having the right access.
git@github.com:werayn/Java_area.git
mvn packages
install all the dependencies the project needs.
When everything is installed, if you want to run it, do the following:
java -jar target/[name file].jar
Into the Doc folder you can find a simple PDF
.
who describe the MVC model and the Spring
framework.
- Junique Virgile - Initial contributor - Junique Virgile
See also the list of contributors who participated in this project.
This project is no licensed - it's a completely private project.