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.
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\