Maxmi / MovieSearchEngine

A full-stack web application built with TheMovieDB API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieSearchEngine

A full-stack web application where users can sign-up, search for movies and look up history of their searches

Built with:

Deployed Site

https://moviesearch-mira.herokuapp.com/

Getting Started

These instructions are for getting a copy of the project on your local environment.

  • Clone/Fork - git clone https://github.com/Maxmi/MovieSearchEngine.git
  • Install npm packages - npm install

Setting up your database

  • Create database - npm run db:create (make sure you don't have a db named "moviesearchengine" as this command will delete it)
  • Create tables - npm run db:schema

Setting up your config

  • Run cp .env.template .env command in the terminal to create your own .env file and enter your config values in the .env file

Starting your development server

  • Run npm start
  • To access the app go to localhost:3333

About

A full-stack web application built with TheMovieDB API.


Languages

Language:JavaScript 76.1%Language:HTML 13.9%Language:CSS 10.0%