Skip to content
@UMCCMAP

UMCCMAP

☕️ CMAP ☕️


image

CMAP으로 최애 카페를 찾아보세요!

마음에 드는 카페를 저장하고
친구들의 카페를 구경하며
다양한 카페 후기 남기기☕️


🧐 Introduce

image
나만의 카페를 만들어보세요!
마음에 드는 카페를 저장하고 친구들과 공유해보세요.
원하는 형태의 카페를 추천받을 수 있어요.


🛠️ System Architecture

image




🌈 Feature

인트로

image

OAuth를 활용한 소셜 로그인

image

홈화면

image

메인 카페 지도

image

카페 정보 확인 및 리뷰 작성

image

추천 카페 지도

원하는 테마를 선택하여 해당 테마의 카페를 추천받을 수 있어요.

image

CMAP

내가 저장한 카페를 볼 수 있어요.

image

게시판

게시판 리스트 및 확인

image

게시판 작성

image

프로필

image

📹 Demo



💻 Tech Stack

- Frontend: React, Vite, Styled-components
- Backend : Springboot, redis, Spring Security, JPA, JUnit5, Slf4j
- Web Server: Nginx
- Database: AWS RDS MySQL
- Deployment: Docker, AWS EC2, AWS S3 bucket


🐳 How to start

1. clone the repository

$ git clone https://github.com/UMCCMAP/docker.git
$ git submodule update --recursive --remote --init

2. Set environment file

Path: docker/server/camp/src/main/resources/application.yml
springboot & MySQL 환경변수 & oauth & S3 bucket

spring:
  datasource:
    url: jdbc:mysql:https://${DATABASE_URL}/${DATABASE_SCHEMA}?serverTimezone=Asia/Seoul
    username:
    password:
  jpa:
    open-in-view: false
    hibernate:
      ddl-auto: update
  jackson:
    serialization:
      FAIL_ON_EMPTY_BEANS: false
  profiles:
    active: dev # default profile
  main:
    allow-bean-definition-overriding: true
    allow-circular-references: true

  security:
    oauth2:
      client:
        registration:
          google:
            client-id:
            client-secret:
            scope:
              - email
              - profile
          naver:
            client-id:
            client-secret:
            client-name: Naver
            redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
            authorization-grant-type: authorization_code
            scope:
              - name
              - email
        provider:
          naver:
            authorization-uri: https://nid.naver.com/oauth2.0/authorize
            token-uri: https://nid.naver.com/oauth2.0/token
            user-info-uri: https://openapi.naver.com/v1/nid/me
            user-name-attribute: response
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 10MB


cloud:
  aws:
    s3:
      bucket: ${ BUCKET }
    credentials:
      accessKey: ${ ACCESS-KEY }
      secretKey: ${ SECRET-KEY }
    region:
      static: ap-northeast-2
      stack:
        auto: false

Path: docker/web/.env.production
VITE_APP_NCP_ClientId=${Naver Map API 클라이언트 키}

VITE_APP_SERVER_BaseURL=${Server BaseURL}
VITE_APP_REDIRECT_URL=${Redirect URL}

3. Run

docker-compose -f docker-compose.yml up --build


👥 Members

박승태 임연지 김세연 박성훈 윤원석 이민지 이주영 강하나
PM Backend, Leader, DevOps Backend Backend Backend, DevOps Frontend, Leader, DevOps Frontend Frontend



Footer

Pinned Loading

  1. .github .github Public

Repositories

Showing 4 of 4 repositories
  • server Public

    cmap server development

    UMCCMAP/server’s past year of commit activity
    Java 1 2 5 0 Updated Oct 19, 2023
  • .github Public
    UMCCMAP/.github’s past year of commit activity
    0 0 0 0 Updated Sep 30, 2023
  • docker Public
    UMCCMAP/docker’s past year of commit activity
    Dockerfile 0 0 0 0 Updated Aug 23, 2023
  • web Public

    cmap web development

    UMCCMAP/web’s past year of commit activity
    JavaScript 0 1 0 0 Updated Aug 22, 2023

Top languages

Loading…

Most used topics

Loading…