Skip to content

endopedro/moviesdb

Repository files navigation

MoviesDB

A nice webapp to list the most popular movies, it's helpful to find something to watch when you have no idea.

It's alive

https://moviesdb-e.vercel.app/

Screenshots

screenshot1

screenshot2

About the project

This project is based on MoviesDB Layout, designed by Luan Santos.

Some test criteria should be considered:

  • Should use a javascript framework
  • Should use Sass
  • Should use Bootstrap
  • Should use The Movies DB API

Stack

Getting Started

  1. Clone the repository
git clone https://github.com/endopedro/moviesdb.git
  1. Then create and fill the .env file (based on .env.example) with your TMDB credentials and app informations.

  2. Install dependencies

yarn
  1. Fire up the server and watch files
yarn dev
  1. Go to the address http://localhost:3000/