First, download the code above on the Code
button, or you can also copy the above using the clone command as follows :
git clone https://github.com/AbdSalehh/Movies-APIs.git
Second, install the packages needed to run the program via the following command :
npm install
you can also install using another package manager according to your use
Third, do a production build to render the files needed at the development stage. You can do this using the following command :
npm run build
Finally, run the following command to open on localhost :
npm run start-dev
After running, open http://localhost:9087/
in the browser. Enjoy :)
If you have done the above steps successfully, the Movie APIs will appear as follows: