![](https://user-images.githubusercontent.com/49304239/188262834-dffb49cf-5736-4276-9928-4acca5e194f9.png)
![](https://user-images.githubusercontent.com/49304239/188262848-d2ff8c31-30c5-478f-af7b-d9741c82b576.png)
![](https://user-images.githubusercontent.com/76844355/189949241-81d1f264-150f-4336-8d9e-27e4ae3d9746.png)
![](https://user-images.githubusercontent.com/76844355/186744685-d2c56b85-6dd2-4c07-84db-ccb3edc0065d.gif)
![](https://user-images.githubusercontent.com/49304239/188263594-d46b296d-e020-4d6f-af30-040b745b8736.png)
![](https://user-images.githubusercontent.com/49304239/188263441-16a13ee3-9c28-4fb5-8d32-681e8c330439.png)
![](https://user-images.githubusercontent.com/49304239/188263651-553f9c9c-f2cb-40bf-89b4-48b18389c7df.gif)
![](https://user-images.githubusercontent.com/49304239/188263186-7a08b2ac-450e-49a3-986f-0467cd4dfc96.png)
![](https://user-images.githubusercontent.com/49304239/188263201-ff947bac-a7b8-4e99-b142-7952cb50c2ec.png)
![](https://user-images.githubusercontent.com/49304239/188263828-4a8b3847-3d89-4660-95d8-3dbf44e8d04f.png)
![](https://user-images.githubusercontent.com/49304239/188263236-063617d3-28b5-47e4-9898-7052adb1ae3f.png)
![](https://user-images.githubusercontent.com/49304239/188263244-bdf40b1b-655f-4938-846d-c5f46a49d20c.png)
git clone (https://github.com/woowa-techcamp-2022/web-fleemarket-08.git
cd client
npm install
cd ../server
npm install
- client root에 .env 파일 생성
REACT_APP_API_ENDPOINT=
# 깃헙 oauth
REACT_APP_GITHUB_CLIENT_ID=
REACT_APP_GITHUB_REDIRECT_URL=
- server root에 .env 파일 생성
# 실행 PORT
PORT=
# 데이터베이스
DB_HOST=
DB_PORT=
DB_USERNAME=
DB_PASSWORD=
DB_DATABASE=
# 깃헙 oauth
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
CLIENT_URL=
# AWS S3
AWS_ACCESS_KEY=
AWS_SECRET_ACCESS_KEY =
AWS_REGION =
AWS_BUCKET =
cd ./client
npm run start
cd ./server
npm run start:dev