Skip to content

An angular application to log your watched movies and write reviews about them

Notifications You must be signed in to change notification settings

wolfderechter/MovieReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieReview

Movie Review (Angular Application & API) Mono Repository.

An application where you can search for movies (via the omdb API) add them to your watchlist or add a review.

Demo MovieReview gif

Prerequisites

  • Node.js installed: https://nodejs.org/en/
  • Angular CLI installed: npm install -g @angular/cli
  • DotNet 3.1 installed

Getting started - Development

  • git clone this repository

Client

  • cd client
  • npm install
  • ng build
  • npm start

Server

  • cd server/Api
  • dotnet run

Clear database

  • cd server/Api
  • dotnet ef database drop

About

An angular application to log your watched movies and write reviews about them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published