This contains both front and backend for the news-explorer project: made with MERN
Frontend: React, Node Backend: Express, Node, MongoDB
NPM was used for packages. After locally downloading files run NPM install
in both front and backend sides
Start backend first, and then front-end
$ npm run start
Backend is set to run at port 3000, if it's changed you'll need to update front-end apis to the specified port it's running at (update at Utils/Auth.js and Components/Saved/SavedNews.js)