Showing
1 changed file
with
36 additions
and
3 deletions
... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
8 | ### 1. Node.js | 8 | ### 1. Node.js |
9 | - 웹사이트를 구동하기 위한 서버 사이드 파트는 Node.js로 작성할 예정이다. | 9 | - 웹사이트를 구동하기 위한 서버 사이드 파트는 Node.js로 작성할 예정이다. |
10 | 10 | ||
11 | -### 2. AWS | 11 | +### 2. Heroku |
12 | -- 작성한 코드를 AWS에서 구동을 할 예정 | 12 | +- 작성한 코드를 Heroku에서 구동을 할 예정 |
13 | 13 | ||
14 | 14 | ||
15 | ### 3. MongoDB | 15 | ### 3. MongoDB |
... | @@ -17,4 +17,37 @@ | ... | @@ -17,4 +17,37 @@ |
17 | 17 | ||
18 | ### 4. React.js | 18 | ### 4. React.js |
19 | - 웹사이트의 프론트엔드 부분을 다룰것이며, 깔끔한 UI를 구현하기 위해 사용 | 19 | - 웹사이트의 프론트엔드 부분을 다룰것이며, 깔끔한 UI를 구현하기 위해 사용 |
20 | - | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
20 | + | ||
21 | +## 설치 방법 | ||
22 | +>프로젝트를 clone한 이후 설치방법 | ||
23 | + | ||
24 | +(1) server | ||
25 | + | ||
26 | +`root 디렉토리에서 npm install` | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | +(2) Client | ||
31 | +client directory로 진입한 이후 | ||
32 | + | ||
33 | +`npm install` | ||
34 | + | ||
35 | + | ||
36 | +(3) MongoDB key | ||
37 | +server directory의 config directory에서 `dev.js` 생성 | ||
38 | +`module.exports = { | ||
39 | + mongoURI : 'Your MongoDB key', | ||
40 | +}` | ||
41 | + | ||
42 | +(4) root directory에 다음 스크립트 입력으로 구동 | ||
43 | +`npm run dev` | ||
44 | + | ||
45 | + | ||
46 | +## 완성 링크 | ||
47 | +[hexaforyou](https://fathomless-lowlands-52631.herokuapp.com/ | ||
48 | +) | ||
49 | + | ||
50 | +## License | ||
51 | + | ||
52 | +Distributed under the ISC License | ||
53 | + | ... | ... |
-
Please register or login to post a comment