Restaurant-Management-Website
Development Environments
Please refer to the setup guide
Setup
DEPLOYMENT
- docker build -f ./deploy/backend.Dockerfile --build-arg SERVICE= --build-arg VERSION= .
- docker build -f ./deploy/frontend.Dockerfile --build-arg SERVICE= --build-arg VERSION= .
COMMIT MESSAGE CONVENTION
- type:
- feat: A new feature
- fix: A bug fix
- chore: Build process or auxiliary tool changes
- perf: A code change that improves performance
- test: Adding missing tests
- docs: Documentation only changes
- ci: CI related changes
- style: Markup, white-space, formatting, missing semi-colons...
- refactor: A code change that neither fixes a bug or adds a feature