ECX 4.0 Backend cohort template to used in every project except in wierd cases.
git clone git@github.com:Engineering-Career-Expo/backend-template.git
🍕. npm install
🦄. bun install
install bun here https://bun.sh/ cp .env.example .env npm run start:dev npm run start:prod- When creating new branch if you're fixing a bug or implementing a feature follow this pattern
- fixing:
fix/<name-of-fix> - feature:
feat/<name-of-feature>
- fixing:
- Never commit directly into the
mainbranch.