Table of Contents
음식 레시피 정보 제공 서비스
- 음식이름 검색하여 재료 조회 기능
- 재료이름 검색하여 음식 조회 기능
- 요리영상 시청, 추천, 댓글 기능
- 회원가입및 로그인 기능
- 친구와 레시피 공유 기능(카카오톡 공유)
Built With
[FRONT-END]
[BACK-END]
Getting Started
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.
- Get a free API Key at https://www.edamam.com/ and [https://developers.naver.com/main/] and [https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api]
- Clone the repo
sh git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
- Install NPM packages
sh npm install
- Enter your API in
main/main.js
js const API_ID = 'ENTER YOUR API'; const API_KEY = 'ENTER YOUR API';
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Roadmap
- 회원가입 기능 구현
- 로그인 기능 구현(카카오톡,페이스북등 sns로그인 가능)
- 로그아웃 기능 구현
- Welcome page design
- open API를 사용하여 음식 레시피 정보 제공
- youtube API를 사용하여 해당 레시피 요리 영상 제공
- AWS 사용
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
2018102774 구희연 - rndus0819@khu.ac.kr
2019110632 윤희찬 - harryyoon7@khu.ac.kr
2013110441 조국현 - 2013110441@khu.ac.kr
Project Link: http://khuhub.khu.ac.kr/2018102774/Food_recipe_info
Acknowledgments
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!