Skip to content

Jabee7531/duri-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duri Gallery

귀여운 두리의 갤러리


React

Description

This is Gallery of cute Duri.

You can create a message board and share pictures of cute puppies.

Share pictures of cute puppies, comment and communicate!


Quick Start Guide

1. installation

git clone https://github.com/Jabee7531/duri-client.git
cd duri-client
yarn

2. set up .env file

REACT_APP_API_BASE_URL="your_server_url"
REACT_APP_AWS_REGION="s3_region_to_upload_image"
REACT_APP_AWS_ACCESS_KEY_ID="s3_access_key_id_to_upload_image"
REACT_APP_AWS_SECRET_ACCESS_KEY="s3_secret_access_key_to_upload_image"
REACT_APP_AWS_BUCKET="s3_bucket_name_to_upload_image"
REACT_APP_GOOGLE_AUTH_KEY="google_api_auth_key"

3. start

yarn start

License

MIT License




설명

귀여운 두리의 갤러리입니다.

게시판을 만들어 귀여운 강아지 사진을 공유할 수 있습니다.

귀여운 강아지 사진을 공유하고 댓글을 달아 소통해 보세요 !


빠른시작

1. 설치하기

git clone https://github.com/Jabee7531/duri-client.git
cd duri-client
yarn

2. .env파일 설정

REACT_APP_API_BASE_URL="your_server_url"
REACT_APP_AWS_REGION="s3_region_to_upload_image"
REACT_APP_AWS_ACCESS_KEY_ID="s3_access_key_id_to_upload_image"
REACT_APP_AWS_SECRET_ACCESS_KEY="s3_secret_access_key_to_upload_image"
REACT_APP_AWS_BUCKET="s3_bucket_name_to_upload_image"
REACT_APP_GOOGLE_AUTH_KEY="google_api_auth_key"

3. 시작하기

yarn start

라이센스

MIT License