Skip to content

Latest commit

 

History

History
 
 

legal-hackathon-backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This is a Spring Boot project managed with Apache Maven.

We used the Google Cloud Natural Language API for analyzing policy texts:

You will need to obtain a developer key from the Cloud API console to use our backend. Put the resulting JSON formatted file in your file system, and use the GOOGLE_APPLICATION_CREDENTIALS environment variable to specify it's location, e.g.:

export GOOGLE_APPLICATION_CREDENTIALS=./gclangapi.json

Then run

mvn compile

And then

mvn spring-boot:run

Or use IntelliJ IDEA ...