In this shopping list app, user can add, edit, delete or check shopping items. just like a todo-list app. This app is created with Node.js (Express) as the server side and Angular5 as the frontend technology. App is deployed on Heroku and MongoDB is deployed on MLab.
change directory using cd shopping-list
install node modules using npm i
to start the app npm start