Skip to content

avag-sargsyan/mern_shopping_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}"
}

About

Shopping list created via MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published