とりあえず、FrontendとBackendの構築
オントロジーと文章の連携のために
- Frontend
- React
- Backend
- go
- Database
- elasticsearch
docker-compose build
# React
docker-compose run react sh -c "cd react-sample && yarn install"
docker-compose up (-d)
React : http://localhost:8080/
Go[echo] : http://localhost:3000/
Go[echo][DB] : http://localhost:3000/DB
Elastic Search : http://localhost:9200/
nginx : http://localhost:1234/ (Reactにリダイレクトされる)