Skip to content

Engineering-Career-Expo/backend-template

Repository files navigation

ecx-backend-default-template

ECX 4.0 Backend cohort template to used in every project except in wierd cases.


SETUP


Clone project

  git clone git@github.com:Engineering-Career-Expo/backend-template.git

Install dependencies

  🍕. npm install  
  🦄. bun install 
  
  install bun here https://bun.sh/

Create environment files and file them correctly

  cp .env.example .env

Start project [dev mode]

  npm run start:dev

Start project [prod]

  npm run start:prod

GUIDELINES


  • 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>
  • Never commit directly into the main branch.

About

This is the default template to be used for every project during ECX 4.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors