Repository /amigoscode/group-project-a Contains directories and files which are need in the Budget Tracker App for:
- Configuration of the deployment server and CI/CD workflows
- Front-end part of the application
- Backend API files of the application
- Java 17
- Maven
- Springboot V3
- PostgreSQL
- Angular
- Node.js
- Clone the repository in to your local computer
- Head over to your browser and follow the link :
The project is composed of Three main branches:
main
: The production branchrelease
: Branch for every release of the productsdevelop
: Development branch for contribution and consolidation before release
There a re side branches used for adding features and linked to issues in the backlog (feature/GPA-01). The naming convention of the branches is based on the project name Goup A and the issue number. For example feature/GPA-01 branch, we refer to:
- GPA: Group A
- 01: Issue number
For any external contribution and collaboration on the project, you need to proceed as follows:
- Clone/fork the repository
- Create a branch after your changes (
feature/GPA-05-support
) - Pull latest changes from the
develop
branch on master repo - Commit your changes and open a pull request on the
develop
branch
- Ahmed BURALE catabilar@gmail.com
- Andreas MOUZONG andreasmouzong@gmail.com