React based movies listing app to search, list and view movie database. Data base is mocked with JSON Server.
Express for server side API React for client Boostrap for styling Jest for React component testing.
npm install
cd backend node server.js
This starts api at http://localhost:4000/movies
npm run start
This starts UI App at http://localhost:3000/