Program is written in JavaScript
Users can create custom list by changing the url
For example: localhost:5000 is the default list. A new list can be created by adding /nameOfList to the end of url
- Install all the necessary node modules with
npm i
- Running program with
nodemon app.js