JamieSlome / hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beneficiary Collaboration - Spring Board Service

A REST API service to support the
Beneficiary Collaboration frontend.

Summary

A simple Spring Boot Java Rest service that writes to a single DynamoDb table to store the state related to the beneficiary collaboration service.

The state has been implemented using a nosql single table model. Please refer to the model described here.

Contributing

To contribute, here are a couple of guides separated out to make this README more readable:

  • Check here for more information regarding the project setup and how to developer.
  • Check here for more information on links used while developing this project.

When pushing changes to the code base, please make sure to perform the following:

  1. Raise an issue regarding the feature enhancement or bug fix. This will allow for a discussion to take place and to hash out options. Please make sure to use the appropriate issue type as well.
  2. Ensure the any new code is covered by tests. This is to ensure that the code is stable and that it is maintainable.
  3. Raise a PR and have at least one of the original contributors to provide feedback.

License

This project is distributed under the Apache-2.0 license. See LICENSE.md for more information.

Contact

If you have a query or require support with this project, raise an issue.

Otherwise, please reach out to the maintainers of this project:

About

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Shell 0.9%