Giter Club home page Giter Club logo

photoon's Introduction

Photoon

사진을 만화 그림체로 변경해주는 서비스
만화주인공이 되고싶은 어릴적 을 이루어드리겠습니다.

1. System Architecture

image


2. Tech Stack


3. Installation

Clone Repository

git clone https://github.com/2022-SeongNam-Pre-Internship-TeamE/PhoToon

Set environment file

Path : /Photoon/backend/config/my_settings.py
Django secret key & MySQL 환경변수

from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent.parent


MY_SECRET = {
    "SECRET_KEY" : ''
}

MY_DATABASES = {
    'default': {
    	'ENGINE': 'django.db.backends.mysql',
        'NAME': '',
        'USER': '',
        'PASSWORD': '',
        'HOST': 'mysql',
        'PORT': '3306',
     }
}

Path : /Photoon/backend/.env
S3 bucket 및 MySQL container 환경변수

DEBUG=False
AWS_S3_ACCESS_KEY_ID=''
AWS_S3_SECRET_ACCESS_KEY=''
AWS_STORAGE_BUCKET_NAME=''

## RDS 연동 시 하단 부분은 필요없습니다.
## Mysql 컨테이너 연동 시 하단 부분 작성하고 docker-compose.prod.yml 파일에서 mysql 컨테이너 부분 주석 해제해야합니다.
MYSQL_DATABASE=
MYSQL_ROOT_PASSWORD=  
TZ=Asia/Seoul

Path : /Photoon/frontend/.env
카카오톡 공유하기 환경변수

REACT_APP_KAKAO_KEY=''
REACT_APP_IMAGE_URL='https://{AWS_STORAGE_BUCKET_NAME}.s3.{AWS_STORAGE_BUCKET_REGION}.amazonaws.com/'

Path : /Photoon/.env
RabbitMQ 환경변수

RABBITMQ_HOST=
RABBITMQ_USER=
RABBITMQ_PASSWORD=
RABBITMQ_VHOST=

Run

cd frontend
npm install --legacy-peer-deps
cd ..
docker-compose -f docker-compose.prod.yml up --build

4. ER Diagram

photoon_erd


5. API

swagger

image image image image image


6. Features

메인 화면 로그인
이미지 업로드 & 크롭 말풍선 입력
옵션 선택 결과 이미지
카카오톡 공유 마이페이지

7. Team Member

사진
이름 고원준 이민지 배준일 박희경 라예진 김창민
역할 Team Leader
frontend
frontend
backend
devops
backend
backend
AI
frontend
backend
GitHub

8. Demo


9. Reference


10. Copyright

Distributed under the Apache-2.0 License. See LICENSE for more information.

photoon's People

Contributors

bjo6300 avatar alswlfl29 avatar konej avatar changminkim-329 avatar gmlrude avatar haaein avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.