Shopping List created using MERN stack
Install dependencies by running
npm install
both for client in the "client" folder and server in the project root
Need to create "config/default.json" file with "mongoURI" and "jwtSecret" configuration data, e.g.
{
"mongoURI": "{mongoURI}",
"jwtSecret": "{myJwtSecret}"
}