React Redux Timesheet Workshop API backend server Getting Started By default this will run on http://localhost:3001/api as the backend server for the react-redux-timesheet application Tracklist (incorporated frameworks) Hapi Dependencies Node Quick Start Install the Node dependencies locally. npm install Start the backend API server: npm start - Starts the Hapi server and serves the files. npm build - Builds and seeds the local database