To make running the project locally easier and cross-platform, we should configure it to run PostreSQL from a Docker container. This will mean that the user won't have to set up their own instance of Postgres themselves, and there will only need to be one set of instructions that will cover all OSes. I noticed there were no instructions for running on Linux, but instead of adding new instructions and a new command, I think this is a better solution.
Implementation
Remove loadDataMac/loadDataWin commands in package.json and replace with one command that loads the database
This is a:
Enhancement
Description
To make running the project locally easier and cross-platform, we should configure it to run PostreSQL from a Docker container. This will mean that the user won't have to set up their own instance of Postgres themselves, and there will only need to be one set of instructions that will cover all OSes. I noticed there were no instructions for running on Linux, but instead of adding new instructions and a new command, I think this is a better solution.
Implementation