Authentification server for ARS
🏠 Homepage
✨ Demo
- Download source
$ git clone https://github.com/sfi-region9/ARSAuth
- Add the configuration page to src/main/resources
$ touch config.json
- Copy the following configurations structure :
{
"dbHost":"host",
"dbName":"name",
"dbUser":"user",
"dbPassword":"password"
}
- Build the server with
$ mvn clean install
- Run the with-dependencies jar
👤 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