Social media for sharing food pairing
Honey-Combo
๋ 1์ธ ๊ฐ๊ตฌ๋ฅผ ์ํ ์์ ์กฐํฉ์ ๊ณต์ ํ๊ธฐ ์ํ ์์
๋คํธ์ํฌ ์๋น์ค(Social Networking Service, SNS) ์
๋๋ค. ์ฌ์ฉ์๊ฐ ์ง์ ์๋ฆฌํ ์ฌ์ง์ ํผ๋๋ก ๊ฒ์ํด ์ฌ๋ฌ ์ฌ์ฉ์๋ค๊ณผ ๊ณต์ ํ๋ฉฐ ์ํตํ ์ ์์ต๋๋ค.
์ฌ๊ธฐ๋ฅผ ํด๋ฆญํด ์ฌ์ดํธ๋ฅผ ํ์ธํ์ธ์ ๐
์๋ ๋ฐฉ๋ฒ์ ๋ฐ๋ฅด์๋ฉด ํ๋ก์ ํธ๋ฅผ ์คํ์ํฌ ์ ์์ต๋๋ค.
๊นํ์ ๋ ํฌ์งํ ๋ฆฌ๋ฅผ ํด๋ก ํฉ๋๋ค.
$ git clone https://github.com/YongjoonSeo/1st_pjt_301.git
yarn์ ์ค์นํฉ๋๋ค.
$ yarn install
Honey-combo
์๋น์ค๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ๋ค์๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ผ๋ก ์คํํฉ๋๋ค:
๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์ค์ ํฉ๋๋ค.
honey-combo.sql์ ์ฐธ๊ณ ํด์ ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ฅผ ์์ฑํฉ๋๋ค. (์ฌ๊ธฐ๋ฅผ ๋๋ฌ erd๋ฅผ ํ์ธํ์ธ์.)
application.yml
์ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ค์ ์ ์ถ๊ฐํฉ๋๋ค.
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url : jdbc:mysql://localhost:3306/honeycombo?characterEncoding=UTF-8&serverTimezone=Asia/Seoul
username : {๋ฐ์ดํฐ๋ฒ ์ด์ค ๊ณ์ ์์ด๋}
password : {๋ฐ์ดํฐ๋ฒ ์ด์ค ๊ณ์ ๋น๋ฐ๋ฒํธ}
๋ฐฑ์๋ ์๋ฒ๋ฅผ ์คํํฉ๋๋ค.
backend
๋ฅผ importํ์ฌ ์คํํฉ๋๋ค.warํ์ผ์ ์์ฑ ํ ์คํํฉ๋๋ค.
$ gradlew -DskipTests=true build
$ java -jar [filename].war
ํ๋ก ํธ์๋๋ฅผ ์คํํฉ๋๋ค.
$ yarn serve
ํด๋น ์๋น์ค๋ AWS EC2
๋ฅผ ์ด์ฉํ์ฌ ๋ฐฐํฌํ์์ต๋๋ค. ์ฌ์ ์ ์ฌ๊ธฐ๋ฅผ ์ฐธ๊ณ ํด์ AWS EC2
๊ณ์ ์ ์์ฑํ์ธ์.
๋ฐฐํฌ๋ฅผ ํ๊ธฐ์ํด์๋ ๋ค์๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ผ๋ก ์คํํฉ๋๋ค:
์ฌ๊ธฐ๋ฅผ ํด๋ฆญํ์ธ์.
latest | latest | latest | latest |
Technology | Description | Official website |
---|---|---|
Vue | Front-end framework | https://vuejs.org/ |
Vue-router | Routing library | https://router.vuejs.org/ |
Vuex | Global State Management library | https://vuex.vuejs.org/ |
vuex-persistedstate | Persist and rehydrate your Vuex state between page reloads | https://www.npmjs.com/package/vuex-persistedstate |
Axios | HTTP communication library | https://github.com/axios/axios |
Vuetify | Vue UI library | https://vuetifyjs.com/ |
vue-cookies | A simple Vue.js plugin for handling browser cookies | https://www.npmjs.com/package/vue-cookies |
vue-chartjs | Wrapper for Chart.js in vue | https://vue-chartjs.org/ |
vue-cropperjs | A Vue wrapper component for cropperjs | https://www.npmjs.com/package/vue-cropperjs |
sweetalert | A beautiful replacement for messages | https://sweetalert.js.org/guides/ |
vue-google-oauth2 | Handling Google sign-in and sign-out for Vue.js applications | https://www.npmjs.com/package/vue-google-oauth2 |
Technology | Dscription | Official Website |
---|---|---|
Spring Boot | Container + MVC framework | https://spring.io/projects/spring-boot |
Spring Security | Authentication and authorization | https://spring.io/projects/spring-security |
Redis | Distributed cache | https://redis.io/ |
JWT | JWT login support | https://jwt.io/ |
MySQL | RDBMS | https://www.mysql.com/ |
JPA | ORM framework | https://spring.io/projects/spring-data-jpa |
QueryDsl | Java persistence query language | http://www.querydsl.com/ |
Lombok | Simplified object packaging tool | https://projectlombok.org/ |
OAuth | Authentication and authorization | https://oauth.net/ |
Swagger-UI | Document production tool | https://github.com/swagger-api/swagger-ui |
Copyright (c) 2015 Juns Alen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.