/Movie-db-site

A site for listing movies. Made as practise for PG6301 Web development and api design exam.

Primary LanguageHTML

Build Status Coverage Status

MovieDB - PG6301 Exercise

MovieDb - a web page that lists movies and their rating, reviews, description and cover image. Made with react and nodejs as a exercise for the PG6301 Exam on Høyskolen Kristiania. The website gets movies from a restfull api and display's them on the front-end.

Usage

yarn install - installs dependencies
yarn dev - starts server and compiles front-end in dev mode
yarn build - builds the frontend
yarn start - start the server\