Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정승호
/
Hexa_for_you_renewal
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정승호
2020-06-28 20:08:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb33bca8cf8927e576842da0414ace56ecce00e4
fb33bca8
1 parent
8e3bd218
readme 갱신
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
3 deletions
README.md
README.md
View file @
fb33bca
...
...
@@ -8,8 +8,8 @@
### 1. Node.js
-
웹사이트를 구동하기 위한 서버 사이드 파트는 Node.js로 작성할 예정이다.
### 2.
AWS
-
작성한 코드를
AWS
에서 구동을 할 예정
### 2.
Heroku
-
작성한 코드를
Heroku
에서 구동을 할 예정
### 3. MongoDB
...
...
@@ -17,4 +17,37 @@
### 4. React.js
-
웹사이트의 프론트엔드 부분을 다룰것이며, 깔끔한 UI를 구현하기 위해 사용
\ No newline at end of file
## 설치 방법
>프로젝트를 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
...
...
Please
register
or
login
to post a comment