An application that lists top 100 movies categorised by genre and sorted by rating.
Clone the repository
In Terminal/ Prompt:
Change directory to the repository
Backend setup:
In 1st Terminal/ Prompt:
- pip install -r requirements
- python manage.py runserver
Frontend setup:
In 2nd Terminal/Prompt:
- cd city_media_f
- npm install
- npm start
- Visit localhost:3000/ to interact with the application.
(To navigate back from Movie Info screen to Home Screen rely on browser back button)
Home Screen:
Movie Info Screen: