An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# spring-pokemon-textsearch

![Java CI with Gradle](https://github.com/fabiothiroki/spring-pokemon-textsearch/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master)

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).