Skip to content

Commit

Permalink
Merge pull request #21 from nick-ching23/nick-ching23-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nl2878 authored Nov 27, 2024
2 parents da0cc9c + c46f25d commit 8d50750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Veritas is a lightweight and flexible service that abstracts the task of detecti


## **Current Progress**
- **27 Nov 2024:** Added login functionality and finalized endpoints for Vertias Service!
- **18 Oct 2024:** Completed development of Vertias service (including Java API controller, DB handlers and Python Microservice)


Expand Down Expand Up @@ -93,6 +94,9 @@ or the underlying checkText call errs out)</li>
<li>Expected Output: HTTP OK, with the number of flags (int)</li>
</details>

Note: we have incorporated login functionality. Each valid user and organization will need to re-enter their credentials every 24 hours. This check has been integrated into each of our endpoints.


## **Running Tests**
Run `mvn test` on the command line from the `veritas` directory. As of now, this runs 18 tests with high branch coverage. We have 3 suites of unit tests for the `VeritasController`, `VeritasRecord` and `VeritasService` classes.

Expand Down

0 comments on commit 8d50750

Please sign in to comment.