This is an API REST made with Java and Spring Boot. It allows you to search and index (upload and download) .txt files through 3 different endpoints.
To read the documentation, open the following link from your local repository .\g5earch-api\resources\Documentation\index.html
- Java 17
- PostgreSQL
All the libraries required are inlcuded on the dependencies pom.xml file.
- Search: /search?text="query"
- Download: /download/"fileName.txt"
- Upload: /upload