MovieListTest

Prerequisites

  • Node 21+

Installation

Run npm install

Start the app

To start the development api service run nx serve api. Open your browser and navigate to http://localhost:3000/graphql to try the API. To start the development front server run nx serve movie-list. Open your browser and navigate to http://localhost:4200/. Happy coding!