์ผ์ฉ...๋ฅ๋ฅ๐บ
์ด์ | ์ดํ์ข | ๊ฐ์๋ฏธ |
---|---|---|
{
"name": "mascota_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^15.12.5",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"dependencies": {
"@types/express": "^4.17.12",
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongoose": "^5.13.0",
"nodemon": "^2.0.9"
}
}
*ํญ์ ์ฝ๋ ์์ฑ ์ค์ ctrl + k + f ๋ก ์ฝ๋ ์ค ์ ๋ ฌ ํ์!!
main
|
|--- develop
|--- feature/ํ์ข
|--- feature/์
|--- feature/์๋ฏธ
main
: ๋ฐฐํฌ ๋ธ๋์นdevelop
:main
์ผ๋ก ๋ณด๋ด๊ธฐ ์ ๋ธ๋์น,feature
์์ ์์ ํ ๋ธ๋์น์ ๋ค๋ฅธ ์ฌ๋์ด ์์ ํ ๋ธ๋์น๋ฅผmerge
ํ๋ ๋ธ๋์นfeature
: ํ ๋น๋ ์์ ์ ๊ฐ์ธ์ ์ผ๋ก ์ํํ๋ ๋ธ๋์น- feature/
์ด๋ฆ
/๊ธฐ๋ฅ๋ช
- ์์ : feature/hyunjong/login
- feature/
- Reference
- ์ ๋ชฉ
Title | Content |
---|---|
feat | ์๋ก์ด ๊ธฐ๋ฅ์ถ๊ฐ |
refactor | ์ฝ๋ ๋ฆฌํฉํ ๋ง |
fix | ๋ฒ๊ทธ ์์ |
-
๋ณธ๋ฌธ
-
์์
-
์๋ก์ด ๊ธฐ๋ฅ ์ถ๊ฐ
feat : ์ผ๊ธฐ ์์ธ๋ณด๊ธฐ ๊ธฐ๋ฅ ๊ตฌํ - get๋ฉ์๋๋ฅผ ์ด์ฉ - ์ผ๊ธฐDB์์ ๋ชฉ์ฐจid๋ฅผ ํตํด ์ผ๊ธฐ๋ฅผ ๊ฐ์ ธ์ด
-
์ฝ๋ ๋ฆฌํฉํ ๋ง
refactor : ํ๋ทฐ ๋ฐ์ดํฐ ๋ฐํ๊ฐ ์์ -๋ฐํ๋ฐ์ดํฐ์ ๋ฐ๋ ค๋๋ฌผ img ์ถ๊ฐ
-