Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 499 Bytes

Weather-Journal App Project

Overview

This project is an asynchronous web app that uses Web API and user data to dynamically update the UI.

Instructions

Install

  1. Install Node.js

download here

  1. The project requires Express and cors:
npm install express
npm install body-parser
npm install cors
  1. Run the server

Go to your project folder and start the server node server.js

  1. Open the app on your browser

Go to http://localhost:8000