NickBeauson-r0255890 / MovieManager

App that allows the user to manage his/her film collection.
0 stars 0 forks source link

MovieManager

Application built to manage your movie collection.

Once finished:

Frontend: Movie-manager - Angular/Bootstrap

Currently: URL Purpose Extra's Status
/dashboard Home page/Login In Progress
/movies Movie overview add movie/Search Done
/watchlist Show Movies the logged in user want's to see TODO

Launch:
cd movie-manager
ng serve --open

Backend: MovieApp - Spring Boot

Currently: Basic CRUD RestController using h2 DB.