정승호

readme 갱신

Showing 1 changed file with 35 additions and 2 deletions
......@@ -8,8 +8,8 @@
### 1. Node.js
- 웹사이트를 구동하기 위한 서버 사이드 파트는 Node.js로 작성할 예정이다.
### 2. AWS
- 작성한 코드를 AWS에서 구동을 할 예정
### 2. Heroku
- 작성한 코드를 Heroku에서 구동을 할 예정
### 3. MongoDB
......@@ -18,3 +18,36 @@
### 4. React.js
- 웹사이트의 프론트엔드 부분을 다룰것이며, 깔끔한 UI를 구현하기 위해 사용
## 설치 방법
>프로젝트를 clone한 이후 설치방법
(1) server
`root 디렉토리에서 npm install`
(2) Client
client directory로 진입한 이후
`npm install`
(3) MongoDB key
server directory의 config directory에서 `dev.js` 생성
`module.exports = {
mongoURI : 'Your MongoDB key',
}`
(4) root directory에 다음 스크립트 입력으로 구동
`npm run dev`
## 완성 링크
[hexaforyou](https://fathomless-lowlands-52631.herokuapp.com/
)
## License
Distributed under the ISC License
......