You can find API documentation there
This is an API for Polywood project that communicate with 2 services :
This API allow to fetch movies and actors from a bolywood database. This database has been created from IMDB data with Talend software.
API port : 8083
Spring Boot
MySQL
Maven
In order to launch this API on your computer you must :
- create locally a
polywood
database and import polywood.sql script - launch
polywood-film-service
application - launch
polywood-actor-service
application
Every client application that aims to connect to the API must :
- connect in the login page
- save the token response
- give the token for every server request (put it in the authorization header, see the API for more details)
Login and password default to connect :
Login: Lea
Password: secret
Password is hashed in database with SHA256.
Icons credits to : Kiranshastry