cd scripts/
chmod +x ./build-system.development.sh
./build-system.development.sh
docker-compose up
.azure
- Microsoft Azure related scripts
.docker
- docker related scripts
env.example
- environment variables per services
backend
- Rest API service
docs
- project documentation
frontend
- Angular application
scripts
- common scripts to build or deploy application
- For backend setup see: Backend
Don't forget to fill in the .env
file. Use the .env.example
file as a reference.
- For frontend setup see: Frontend
Don't forget to fill in the .env
file. Use the .env.example
file as a reference.
TBD
main
- release version.dev
- development version.
<type>/<num>-<title>
bug/11-fix-spinner
feat/15-add-user