Simple grocery / shopping list bot developed for fun using the Telegram Bot API
apt install mongodb-server
node install
Talk with BotFather to get your bot token and create a token.js in the root of the project to hold it
//content of token.js
process.env.BOT_TOKEN = "YOUR_BOT_TOKEN";
node index