simple fts
1.0.0
A simple full text search implementation using PostgreSQL.
Rear end: Spring Boot 3.x
Front end: React.
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 using nginx.conf, replace IP with server ip
run
make run