Vidly is a movie web app. Users can view, rate, and sort movies based on genre, stock, rates. The frontend is built on Reactjs.
- Clone the repository
- checkout to develop branch
- Install the dependences and start the app by running the following commands:
- npm i
- npm run start