This is a simple web dev project that pulls data used to determine whether a surf spot is good or not given the data.
- Install dependencies by first running
npm install
from root directory, thennpm run installAll
to install dependencies for backend and web. - Run both backend and web2.0 by running
npm start
from root directory to launch both backend and web2.0 applications.