This is project that register tokens for card number, but it needs permission. The project stores information about registered users so you first have to loggin and then maybe you can register tokens or get card number from token.
Two modules: One for the server and the database and the other is for the app
Uses XML files to store information. You don't need to create them, the code does it itself.
JavaFx application with login form and card number/token transformation form.
The project uses:
- XStream jar
- JavaFx
So you need to have it
In the file DB.java you need to initialize the variable pathToProjectFolderWithXMLFiles to string with the path to directory in which you store the project
- Registration form
- Use real database