A full-stack web application where users can sign-up, search for movies and look up history of their searches
https://moviesearch-mira.herokuapp.com/
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
- 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
- Run
cp .env.template .envcommand in the terminal to create your own.envfile and enter your config values in the.envfile
- Run
npm start - To access the app go to
localhost:3333