Showing
1 changed file
with
7 additions
and
9 deletions
... | @@ -136,19 +136,16 @@ This is an example of how to list things you need to use the software and how to | ... | @@ -136,19 +136,16 @@ This is an example of how to list things you need to use the software and how to |
136 | 136 | ||
137 | _Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._ | 137 | _Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._ |
138 | 138 | ||
139 | -1. Get a free API Key at [https://example.com](https://example.com) | 139 | + |
140 | -2. Clone the repo | 140 | +1. Clone the repo |
141 | ```sh | 141 | ```sh |
142 | - git clone https://github.com/your_username_/Project-Name.git | 142 | + git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git |
143 | ``` | 143 | ``` |
144 | -3. Install NPM packages | 144 | +2. Install NPM packages |
145 | ```sh | 145 | ```sh |
146 | npm install | 146 | npm install |
147 | ``` | 147 | ``` |
148 | -4. Enter your API in `config.js` | 148 | + |
149 | - ```js | ||
150 | - const API_KEY = 'ENTER YOUR API'; | ||
151 | - ``` | ||
152 | 149 | ||
153 | <p align="right">(<a href="#top">back to top</a>)</p> | 150 | <p align="right">(<a href="#top">back to top</a>)</p> |
154 | 151 | ||
... | @@ -167,7 +164,8 @@ _For more examples, please refer to the [Documentation](https://example.com)_ | ... | @@ -167,7 +164,8 @@ _For more examples, please refer to the [Documentation](https://example.com)_ |
167 | 164 | ||
168 | <!-- ROADMAP --> | 165 | <!-- ROADMAP --> |
169 | ## Roadmap | 166 | ## Roadmap |
170 | -- 로그인 기능 구현 | 167 | +- 회원가입 기능 구현 |
168 | +- 로그인 기능 구현(카카오톡,페이스북등 sns로그인 가능) | ||
171 | - 로그아웃 기능 구현 | 169 | - 로그아웃 기능 구현 |
172 | - Welcome page design | 170 | - Welcome page design |
173 | - open API를 사용하여 음식 레시피 정보 제공 | 171 | - open API를 사용하여 음식 레시피 정보 제공 | ... | ... |
-
Please register or login to post a comment