Giter Site home page Giter Site logo

thinkcsww / picture Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.1 MB

사진 보정 앱 서버

Java 48.30% JavaScript 0.18% TypeScript 33.61% Ruby 0.22% Starlark 0.10% Makefile 0.26% C++ 1.18% Objective-C 0.41% Objective-C++ 0.67% Kotlin 15.00% Swift 0.02% C 0.02% Dockerfile 0.03%

picture's Introduction

picture

image image image

설명

기존의 사진 앱에서나 보정 앱에서 혼자 처리하기 어려운 작업들을 간단하게 의뢰할 수 있는 서비스입니다. 
앞머리를 늘린다거나, 배경을 제거하는 등의 작업들은 어렵지 않지만, 포토샵이 없이는 처리가 어렵습니다. 
이와 같은 사진 보정이 필요할 때, 작가의 평점, 별점 등을 확인하여 원하는 작가와 채팅을 통해서 의뢰하고 결과물을 교환할 수 있습니다.

DB 설정

CREATE USER 'picture'@'%' IDENTIFIED BY 'durtnlchrhtn@1';
CREATE USER 'picture'@'localhost' IDENTIFIED BY 'durtnlchrhtn@1';
CREATE DATABASE PICTURE;
GRANT ALL on picture.* TO 'picture'@'%' IDENTIFIED BY 'durtnlchrhtn@1';
GRANT ALL on picture.* TO 'picture'@'localhost' IDENTIFIED BY 'durtnlchrhtn@1';
FLUSH PRIVILEGES;

서버 실행 방법

1. DB -> 테이블은 hibernate가 자동으로 생성
2. application.yml의 picture.upload-path 설정
2. mvn clean package -P dev -DskipTests 
3. java -server -Xms2g -Xmx2g -Dspring.profiles.active=dev -jar target/*.jar

앱 실행 방법

1. npm i
2. ios일 경우 cd ios && pod install 추가 실행
3. npx react-native run-android 혹은 npx react-native run-ios

picture's People

Contributors

thinkcsww avatar

Watchers

 avatar  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.