This Web app provides a news from the Public News Api
Using nodejs, express for the back-end
Used bootstarp 5, ejs templete for the front-end
& using axios for the http requests
use nodemon for initing the server
Test the project by cloning it and installing the node_modules with command npm install
init the project by the command npm start