Skip to content

Movies Finder is an simple VueJS application that retrieves movie information by the given name.

Notifications You must be signed in to change notification settings

MiVladie/moviesfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌸 About

Movies Finder is an simple VueJS application that retrieves movie information by the given name.

Website preview: https://mivladie.github.io/moviesfinder/

📝 Table of Contents

🚀 Quick Start

You must have installed all of the software applications in the installation section.

Quick start guide to set the server up and running.

Step 1: Installing the dependencies

Run npm install

Installs all of the necessary dependencies.

Step 2: Setting up configurations

TMDB

  • Open /src/shared/constants.js file;
  • Assign the TMDB API key to the TMDB_API_KEY constant;
  • Save the file.

Step 3: Launching the server

Run npm run serve

Starts the server in the development mode.

🖥️ Installation

In order to run the server, you must have installed all of the necessary software listed below.

NodeJS

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

⌨️ Available Scripts

In the project directory, you can run:

npm install

Installs all of the necessary dependencies.

npm run serve

Runs the app in the development mode on port :8080.

npm run build

Builds the app for production to the /dist folder.

📗 Learn More

References to the packages used in the project.

VueJS

Vue.js is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces.

Vuetify

Vuetify is a Vue UI Library with beautifully handcrafted Material Components.

Vuex

Vuex is a state management pattern + library for Vue.js applications.

About

Movies Finder is an simple VueJS application that retrieves movie information by the given name.

Topics

Resources

Stars

Watchers

Forks