The easiest way to report to your commanding officer
🏠 Homepage
✨ Demo
- Download source
$ git clone https://github.com/sfi-region9/AutomaticReportServer
- Add the configuration page to src/main/resources
$ touch config.json
- Copy the following configuration structure :
{
"accessToken":"facebookPageToken",
"adminID":"adminMessengerID",
"secretKey":"facebookAppSecretKey",
"verifyToken":"facebookWebhookToken",
"dbHost":"host",
"dbName":"name",
"dbUser":"user",
"dbPassword":"password",
"dbUserName":"userDatabase",
"adminMail":"adminEmail",
"smtpHost":"smtpServerHost",
"mailUser": "mailUsername",
"mailPassword": "mailPassword",
"mailPort": 587
}
- Build the server with
$ mvn clean install
- Run the jar-with-dependencies
$ java -jar ARS-Reloaded-*-jar-with-dependencies
- See the client here Client
👤 Charlotte THOMAS
- Website: https://client.sfiars.eu
- Twitter: @coco33920
- Github: @coco33920
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator