Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 383 Bytes

Shopping List

Shopping List created using MERN stack

Installing

Install dependencies by running

npm install

both for client in the "client" folder and server in the project root

Configuring

Need to create "config/default.json" file with "mongoURI" and "jwtSecret" configuration data, e.g.

{
  "mongoURI": "{mongoURI}",
  "jwtSecret": "{myJwtSecret}"
}