https://github.com/sheitak/virtual-wallet
Individual gift card values distribution system
https://github.com/sheitak/virtual-wallet
java java-8 java-example java-project spring spring-boot
Last synced: 4 months ago
JSON representation
Individual gift card values distribution system
- Host: GitHub
- URL: https://github.com/sheitak/virtual-wallet
- Owner: Sheitak
- License: gpl-3.0
- Created: 2021-07-02T13:50:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T10:05:53.000Z (over 2 years ago)
- Last Synced: 2025-07-09T02:50:24.275Z (7 months ago)
- Topics: java, java-8, java-example, java-project, spring, spring-boot
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtual Wallet
Individual gif card values distribution system
### Installation
1. Clone this repository
```bash
git clone .git
```
2. Build `pom.xml` with Maven
3. Run the Main file
4. Check `input.json`, `output-expected.json` and `output.json` in `Level°/data` folder and compare different values
## Contributing
1. Fork it
2. Create your feature branch `git checkout -b my-new-feature`
3. Commit your changes `git commit -m 'Add some feature'`
4. Push your branch `git push origin my-new-feature`
5. Create a new Pull Request
## Maintainers
This project is mantained by :
* **Quentin Moreau** _alias_ [@Sheitak](https://github.com/Sheitak)