Skip to content

sierrawetmore/WeatherForecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WeatherForecast

This project is divided into two folders: server and ui. The server portion lives to hold some routes for our API calls. The ui folder holds everything else.

Setting up

To run this project, first install the necessary dependencies:

  • Navigate to the /server directory and run npm install express

  • In the /ui directory, run npm install

After these steps are completed, in the /server directory run node app.js. In another terminal, navigate to the /ui directory and run npm run start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published