윤희찬

Update README.md

Showing 1 changed file with 9 additions and 31 deletions
......@@ -82,9 +82,6 @@
<!-- ABOUT THE PROJECT -->
## 음식 레시피 정보 제공 서비스
[![Product Name Screen Shot][product-screenshot]](https://example.com)
There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
* 음식이름 검색하여 재료 조회 기능
......@@ -92,9 +89,7 @@ There are many great README templates available on GitHub; however, I didn't fin
* 요리영상 시청, 추천, 댓글 기능
* 관리자 로그인, 관리 기능
* 친구와 레시피 공유 기능(QR 코드,카카오톡 공유)
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
Use the `BLANK_README.md` to get started.
<p align="right">(<a href="#top">back to top</a>)</p>
......@@ -102,7 +97,6 @@ Use the `BLANK_README.md` to get started.
### Built With
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
[FRONT-END]
......@@ -121,30 +115,24 @@ This section should list any major frameworks/libraries used to bootstrap your p
<!-- GETTING STARTED -->
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
### Installation
_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._
1. Clone the repo
1. Get a free API Key at [https://www.edamam.com/](https://www.edamam.com/)
2. Clone the repo
```sh
git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
```
2. Install NPM packages
3. Install NPM packages
```sh
npm install
```
4. Enter your API in `main/main.js`
```js
const API_ID = 'ENTER YOUR API';
const API_KEY = 'ENTER YOUR API';
```
<p align="right">(<a href="#top">back to top</a>)</p>
......@@ -171,17 +159,7 @@ _For more examples, please refer to the [Documentation](https://example.com)_
- open API를 사용하여 음식 레시피 정보 제공
- youtube API를 사용하여 해당 레시피 요리 영상 제공
- AWS 사용
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- [x] Add Changelog
- [x] Add back to top links
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- English
- Spanish
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
<p align="right">(<a href="#top">back to top</a>)</p>
......