MovieApp is a simple application that tells you movie names as per your search term.
Node js and git bash should be installed in your system.
First fork and clone the repo to get your own version of the application in the local system or you can download the zip file and proceed further.
git clone https://github.com/satcasm/MovieApp.git
Use the package manager npm to install all the dependencies used in the application.
npm install
Once all the dependencies are installed use this command and open your browser at http://localhost:3000/ to use the app.
node app.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.