Skip to content

This is a simple website to display a movie list from tmdb-api

Notifications You must be signed in to change notification settings

erickhilda/movie-pool

Repository files navigation

tmdb-app

A website to display movie from TMDB-api

To-Do

a list of to work to have been done for this application

  • login page for user to sign in to the application, and restrict unauthorized user to access home-page.
  • Display list of latest movies in the home page.
  • Add option for user to filter the movies in the home-page.
  • Add search feature.
  • Display the result of filter or search movies in a grid.
  • Movie description page with, title, release year and genre of the movie

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# create .env file to store environment
$ cp .env.example

# then change tmdb api-key in .env file with your own.
# and change the base url with https://api.themoviedb.org/3/

# run in development mode
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

This is a simple website to display a movie list from tmdb-api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published