Swarnim01 / Movie_Listing_Webapp

https://movielistingapp.herokuapp.com/
1 stars 13 forks source link
hactoberfest2021
# Movie_Listing_Webapp [![GitHub issues](https://img.shields.io/github/issues/Swarnim01/Movie_Listing_Webapp?style=for-the-badge)](https://github.com/Swarnim01/Movie_Listing_Webapp/issues) [![GitHub forks](https://img.shields.io/github/forks/Swarnim01/Movie_Listing_Webapp?style=for-the-badge)](https://github.com/Swarnim01/Movie_Listing_Webapp/network) [![GitHub stars](https://img.shields.io/github/stars/Swarnim01/Movie_Listing_Webapp?style=for-the-badge)](https://github.com/Swarnim01/Movie_Listing_Webapp/stargazers)

Features

It uses The Movie DB API for movie listing, searching, and to fetch details for the selected movie.

Get Started

Server Setup...

Here , the root folder is the server folder and the client folder contains the frontend part of this webapp. So to run the server :

npm install
npm start

Server should start running!.

Frontend Setup...

npm install
npm start

server will run in port 5000 and frontend will request to 5000 port itself due proxy url in package.json file.

Screenshots :

Login/Signup Screen

Login/SignUp

Home Screen

Search

Movie Screen

Movie

Favourites Screen

Favourites