A simple application that will store a shopping list from list of products. check demo
- Create
.env
file. - Copy
.env.example
content into.env
file and add the values for each variable. - Run
npm install
to Install the node_modules in the package.json. - Run
npm start
to start the project and it will listen to port 8000.
- If you running app locally open
http://localhost:8000/
.
NOTE: every ip address has only one shopping list.