Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 688 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 688 Bytes

gimmebackend

gimmebackend is a Spring Backend application made for Case #3 of Fintech Hackathon, hosted in Terricon Valley
Used as a server-side application

Installation

  1. Clone this repository
  2. Run server with: gradlew bootRun

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Spring - the thing that makes Java simple/modern/productive/reactive/cloud-ready/etc.