This project requires to create an asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather-Journal App.
Live deployment: link
To make this project work, nodejs should have been installed in your machine then open terminal and install the following node packages:
npm i express
npm i body-parser
npm i cors
To start server write the following command:
node server.js
It will run on port:3000
http://localhost:3000