GitXplorerGitXplorer
j

MovieWatchlist

public
0 stars
0 forks
24 issues

Commits

List of commits on branch master.
Unverified
622467dd182989d487f54acef36c5317a54e804b

Update Readme's

jjoaoluizn committed 5 years ago
Unverified
4177d03caac9629f011a680635c208f4b885d3c0

Change loading spinner location

jjoaoluizn committed 5 years ago
Unverified
37c81e23f22caa0624df25dfd1b28b8f77d01363

Add movie information dialog

jjoaoluizn committed 5 years ago
Unverified
ced2afa25216f88a575016ef9317b039fec0dc39

Remove not implemented Test

jjoaoluizn committed 5 years ago
Unverified
4641f33a17776efcaa92dd24679375859337e52b

Delete target Properties

jjoaoluizn committed 5 years ago
Unverified
966556cad2599f57f1a0e1dc687aa7bbce3a970b

Create Server.js to Express Deploy

jjoaoluizn committed 5 years ago

README

The README file for this repository.

Movie Watchlist

A Movie Watchlist Project using OMDB an IMDb API, Java Spring Boot and Angular

Project Composition

This project is splitted into two components:

  • The client side, located on client folder.
  • The server side, located on server folder.

The client side

The client side was built using Angular 8 with Angular Material.

The server side

The server side was built using Java Spring Boot Web framework

Also

For more information on how to setup development and production environment, check the README inside each project component.

Both Projects are Heroku ready for deployment.