This application has been created for the course of AMT in 2019. This application uses Spring in order to create two API. The first API allow to manage account. The second API expose 2 mains entities : Movie and Actor, and a Character entity which links Actor and Movie.
- Make sure you have
git
installed. - Clone the repo on your local machine.
- Make sure you have
docker
anddocker-compose
installed. - Run the script
ProjectTwo.sh
located in the root folder. - The APIs are now running on
http://localhost:8080/api/
andhttp://localhost:8081/api/
- Create a user with the POST endpoint, then you can use the login endpoint to get a JWT token. You can now use every endpoint.