Currently this app is just setup to run in the dev version. If we were going to use this in production we would deploy the web and server separately.
Copy the /server/.env.example file to /server/.env and set variables accordingly to your local setup.
Currently the server is set to run on port 5001. This is hard-coded, but would be changed to be dynamic for a production build.
Currently this just creates the first user
cd server
npm install
npm run migrate
cd server
npm run start
cd web
npm install
npm run serve
userName: firstuser
password: thisisapassowrd