https://github.com/fabiothiroki/spring-pokemon-textsearch
A spring boot application implementing full-text search using Postgresql
https://github.com/fabiothiroki/spring-pokemon-textsearch
java postgresql spring-boot text-search
Last synced: about 1 month ago
JSON representation
A spring boot application implementing full-text search using Postgresql
- Host: GitHub
- URL: https://github.com/fabiothiroki/spring-pokemon-textsearch
- Owner: fabiothiroki
- License: mit
- Created: 2020-06-28T18:32:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T15:22:20.000Z (almost 5 years ago)
- Last Synced: 2023-03-22T14:27:11.344Z (over 3 years ago)
- Topics: java, postgresql, spring-boot, text-search
- Language: Java
- Homepage: https://spring-pokedex-textsearch.herokuapp.com/swagger-ui.html
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-pokemon-textsearch

An API that supports full text search based on pokemon description.
Full tutorial for building this repository from scratch: [Setup Spring and Postgres for Full Text Search](https://dev.to/fabiothiroki/setup-spring-and-postgres-for-full-text-search-4n97)
## 💻 Local development
### 💽 Setup Postgresql
```bash
docker-compose up
```
### 🏃 Run the project:
```bash
./gradlew bootRun
```
Access Swagger documentation on [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html).