Skip to content

A progressive web application to create and store shopping lists and also export them.

License

Notifications You must be signed in to change notification settings

SAMURAii-7/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A MERN stack progressive web application to store items, create shopping lists and export them as a CSV file.

Installation

For Client Directory

cd client
yarn install

For Server Directory

cd server
yarn install

Running the application

For running the client locally

yarn run start

For running the server locally

yarn run start
  • Change API url in client/services
  • Change cors origin to "*" to allow all origins in server.js

About

A progressive web application to create and store shopping lists and also export them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published