- Clone the repo
- Run
npm install
-
To run server
npm run dev
-
To run tests
npm run test
-
feature/<feature_name> - Use this format for any new feature development Example: feature/sample_api
-
bugfix/<bug_id> - Use this format for any new bug fix in development Example: bugfix/bug_123_fix
-
hotfix/<short_description> - Use this format for any new hot fix request. Example: hotfix/build_failure_fix
-
framework/<short_description> - Use this format for any changes in framework. Example: framework/test_framework_changes