simple fts
1.0.0
PostgreSQLを使用した簡単な全文検索実装。
リアエンド:スプリングブート3.x
フロントエンド:反応。
git clone https://github.com/wlonestar/simple-fts.git && cd simple-ftsmake configsudo -u postgres psql postgres
# alter user postgres with password '123456';make envmake dbconfig /etc/nginx/nginx.conf nginx.confを使用して、IPをサーバーIPに置き換えます
走る
make run