API for BigData project.
- Clone the repo
- Connect to VPN
- Generate a keytab from EDGE-1 and move into project root folder (same location as
krb5.conf) and rename it "adaltas.keytab" (replace the old one) - Go to
src/main/resources/application.propertiesand add your principal (same used by keytab) like the example - In terminal :
docker build -t BigData-APIdocker run -p 8080:8080 BigData-API:latest
- Access via browser :
http://localhost:8080, you should see a message like this : "Yay, the server is accessible from docker !" - Use Postman to test all the routes :
/user/channel/message