Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgd122/busan_food
[참고용] - React.js / Storybook 기반의 컴포넌트 개발방식에 대한 소스입니다. Backend는 Django로 간단한 크롤링 동작
https://github.com/sgd122/busan_food
Last synced: about 1 month ago
JSON representation
[참고용] - React.js / Storybook 기반의 컴포넌트 개발방식에 대한 소스입니다. Backend는 Django로 간단한 크롤링 동작
- Host: GitHub
- URL: https://github.com/sgd122/busan_food
- Owner: sgd122
- Created: 2020-03-11T01:55:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:42:41.000Z (about 2 years ago)
- Last Synced: 2024-04-17T23:18:53.134Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Link
[Frontend(React.js)](http://13.125.210.53)
[Backend(Django)](http://13.125.210.53:8000)
[Storybook(React.js)](http://13.125.210.53:9009)## Docker
```
docker build -t sgd122/busan_food:1.0 .
docker run -p 3001:3000 --rm -it --volume `pwd`:/app sgd122/busan_food:1.0sudo docker run -p 80:3000 --rm -it -d sgd122/busan_food:1.0
sudo docker run -p 8000:8000 --rm -it -d sgd122/busan_food_backend:1.0
```## Docker-compose
```
docker-compose up -d --build
```## 참조
https://blog.leedoing.com/171