EGGGG(식재료 공동구매 매칭 SNS)
1. 프로젝트의 목적 및 용도
식재료 공동구매 매칭 서비스를 제공하는 SNS이다.
소량의 식재료를 저렴한 가격에 구매하고 싶은 소비자를 대상으로 한다.
공동구매 모집 및 참여를 통해 사용자는 필요한 양의 식재료를 저렴하게 구매할 수 있다.
2. 프로젝트를 시작하는 방법
- 배포링크 : https://egggg-3439c.web.app/
- 프로젝트 설치 방법
npm i
npm i -d
를 통해 의존성 라이브러리를 설치한다.npm run dev
를 통해 로컬 서버를 생성한다.
3. 저작권, 라이선스 정보
- 제작 : Team EGGGG
- Alajillo - https://github.com/alajillo
- JEEYOUNG - https://github.com/JeeyoungPark
- Yongrok - https://github.com/94chl
- 라이선스
MIT License
Copyright (c) 2021 Team EGGGGG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.