Skip to content
/ template Public template

A repository template to be used to set all the needed defaults on a new repository

Notifications You must be signed in to change notification settings

ModFi/template

Repository files navigation

Create Tag & Release After Dev Deploy Update Service From Release

Base Readme

Created automatically using as base the template repository

Things to do

Replace on the readme file the string CHANGE_REPO_NAME to the repository name.

Backend only

If the application serves the purpose to be a backend-repository please remove from the .github/workflows/ directory all the files that start with front and remove the scripts/ directory and Dockerfile.frontend as well

IMPORTANT !!!

Do not delete the branchs until you know that its not going to be deployed on Qa/Prod environments because it delete the Release Tag too.

Shared Modfi Library

https://github.com/ModFi/backend-utils

Frontend Only

Otherwise remove the files that start with app_ on .github/workflows/ directory

Github & Jira integration

When a developer makes a commit, they should add a Jira Software issue key to the commit message, like this: git commit -m "PROJ-123 add a README file to the project." git push origin

also it works for the Pull request if you put the issue /story key on the Pull request title .

Sonarqube url Site

Where the analyzed code status is

Where you find out all the status of the services and their version

Useful Links to read

How to start working on a new service

Docker Compose Local Environment

Application Ci/Cd

Dev Aws Account Details

Aws User Account Setup

How services connect

Accessing inside the containers

See all the another confluence pages to have more details .

About

A repository template to be used to set all the needed defaults on a new repository

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published