Skip to content

Maxmi/MovieSearchEngine

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors