Beckn Gateway application This is skeletal succinct application. that uses the plugin beckn-gateway.
Version | Release Date |
---|---|
1.0 | 2024-02-02 |
You need to Clone and build the following repositories (using mvn install in each of the directories) in sequence
Then clone this repo you are reading ;
-
Go into the cloned folder. cd beckn-gateway-app
-
Copy sample overrideProperties.sample to overrideProperties; cp -R overrideProperties.sample overrideProperties
-
Locate swf.propeties file in overrideProperties and edit the section pertaining to "Beckn Gateway configurations".
-
from the base directory for beckn-gateway-app , run bin/swfstart
Your gateway will be up. check logs in tmp/ folder to see if there are any issues and resolve them
- Fork the repository in your repository.
- Clone the forked repository to your local machine.
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Your commit message"
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request to the main repository.
- Follow the coding style and standards used in the project.
- Use meaningful variable and function names.
- Write clear and concise comments when necessary.
- Ensure your code is well-documented.
- Ensure your changes pass all existing tests.
- Write additional tests if necessary to cover your changes.
- Run the test suite before submitting a pull request.
If you find a bug, please report it by opening an issue on GitHub. Include as much detail as possible, such as the steps to reproduce the bug and your environment details.
If you have an idea for a new feature or improvement, feel free to open an issue to discuss it. Provide a clear description of the feature and why it would be beneficial.
- Provide a clear and descriptive title for your pull request.
- Include a detailed description of the changes you've made.
- Reference any related issues in your pull request.
- Ensure your code is properly tested.