8000 GitHub - Fernandacarmo/docanalyzer: Document Analyzer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fernandacarmo/docanalyzer

Repository files navigation

Document Analyzer

Spring Boot Application to analyze text documents.

What do you need

  • JDK 11
  • Maven 3+

Technologies

  • Spring Boot
  • Spring Web
  • Spring Validation
  • Spring Data JPA / Hibernate
  • H2 Database
  • Lombok

Data sample

Users created via SQL script: src\main\resources\data.sql

Data:

User1 uploaded {sample1.txt, sample2.txt}. User2 uploaded {sample3.txt}

Team1 has {user1, user3}. Team2 has {user1, user2}

More details, please check "data.sql" file.

Database access

H2 database can be accessed via: http://localhost:8080/h2

JDBC URL: jdbc:h2:~/docanalyzer

User Name: h2

Endpoints

REST controllers: src\main\java\com\visiblethread\docanalyzer\controller

The Postman collection with all the API requests can be found on JSON file:

  • Document Analyzer.postman_collection.json

Please import this file to your Postman.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Document Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0