Contribution
- Format for add commit, open pull request:
chore: <description> -> for commit that doesn't affect much to the project
feat: <description> -> for commit that add new feature
fix: <description> -> for commit that fix bug
docs: <description> -> for commit that add documentation or comment
perf: <description> -> for commit that improve performance
refactor: <description> -> for commit that refactor or format code
style: <description> -> for commit that change style or related to style that doesn't affect to logic code (only for front-end)
How to run:
- Create services: Database, Cache Database,...
make init_services
Make sure you have Docker, Docker-compose