{"id":23881403,"url":"https://github.com/stardust130/betterme","last_synced_at":"2026-03-06T23:31:01.925Z","repository":{"id":263744663,"uuid":"891349547","full_name":"StarDust130/BetterME","owner":"StarDust130","description":"BetterME helps track expenses 💸, tasks ✅, junk food 🍕, and journaling 📔—your personal growth companion! 🚀✨","archived":false,"fork":false,"pushed_at":"2025-03-20T06:44:04.000Z","size":1825,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:37:21.276Z","etag":null,"topics":["clerk-auth","express-mongoose","llama3","nextjs15","shadcn-ui","talwindcss-responsive","typescript"],"latest_commit_sha":null,"homepage":"https://better--me.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarDust130.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T07:11:26.000Z","updated_at":"2025-03-20T06:44:08.000Z","dependencies_parsed_at":"2024-12-12T07:24:12.430Z","dependency_job_id":"27e97f3e-9282-4517-a15d-a4cbc0bc78ce","html_url":"https://github.com/StarDust130/BetterME","commit_stats":null,"previous_names":["stardust130/betterme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarDust130%2FBetterME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarDust130%2FBetterME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarDust130%2FBetterME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarDust130%2FBetterME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarDust130","download_url":"https://codeload.github.com/StarDust130/BetterME/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248109819,"owners_count":21049380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk-auth","express-mongoose","llama3","nextjs15","shadcn-ui","talwindcss-responsive","typescript"],"created_at":"2025-01-04T01:45:31.583Z","updated_at":"2026-03-06T23:31:01.863Z","avatar_url":"https://github.com/StarDust130.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 **BetterME** 🌟  \n\nWelcome to **BetterME** – your ultimate personal growth companion! 🚀  \nI built this project to **track my daily expenses, junk food habits, tasks, journal entries**, and everything in between. 📝💰🍔  \n\nWith **BetterME**, I stay in control of my life, build better habits, and grow every single day! 🌱✨  \n\n 💡 *\"Your future is created by what you do today, not tomorrow.\"* – **Take the first step with BetterME!** 🏆  \n\n--\n# 🛠️ **Tech Stack**\n\n\n### 🌐 **Frontend**  \n- ⚡ **Next.js** – The powerful React framework for modern web apps.  \n- 🎨 **Tailwind CSS** – Effortless, responsive designs with utility-first CSS.  \n- 🛋️ **ShadCN UI** – Sleek, customizable components.  \n- 🖥️ **TypeScript** – Type-safe code for a robust development experience.  \n- 🔐 **Clerk Auth** – Hassle-free authentication integration.  \n\n **🌟 Deployed on [Vercel](https://vercel.com) 🚀**  \n\n---\n\n### 🔧 **Backend**  \n- 🚀 **Express.js** – The lightweight Node.js web application framework.  \n- 🗂️ **Mongoose** – Simplified MongoDB interactions for scalable data models.  \n- 🧠 **Llama-3 AI Integration** – Intelligent AI-powered features with Llama-3.  \n\n **🌍 Deployed on [Render](https://render.com) 🌟**  \n\n---\n\n### 💡 **Why this stack?**  \n- 🌈 **Frontend**: Lightning-fast deployment, modern UI, and seamless user experience.  \n- 🔥 **Backend**: Scalable, feature-packed, and smart integration for real-world solutions.  \n\n---\n\n\n---\n\n## ✨ **Features**  \n- 💸 **Track Daily Expenses**  \n- 🍕 **Monitor Junk Food Consumption**  \n- ✅ **Manage Tasks and To-Do Lists**  \n- 📔 **Write and View Journal Entries**  \n- 📊 **Gain Insights into Your Habits**  \n\n---\n\n## 📦 **How to Install and Run the Project** 🚀  \n\n# Step 1: Clone the Repository  \n```bash  \ngit clone https://github.com/StarDust130/BetterME.git  \ncd BetterME\n```\n\n# Step 2: Set Up Environment Variables  \n#### Create a .env file in both client and server directories with these keys:  \n### For Client \n```bash  \nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=***\nCLERK_SECRET_KEY=***\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL=/home\nNEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/home\nNEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/home\nNEXT_PUBLIC_SERVER_URL=\"http://localhost:5000/api/v1/dayTask\"\nNEXT_PUBLIC_HABITS_SERVER_URL=\"http://localhost:5000/api/v1/habits\"\nNEXT_PUBLIC_STATS_SERVER_URL=\"http://localhost:5000//api/v1/stats\"\n``` \n### For Server   \n```bash  \nMONGODB_URL = ***\nPORT=5000\nCLIENT_URL=\"http://localhost:3000\"\nLLAMA_API_KEY=***\n```\n\n# Step 3: Install Dependencies  \n### Frontend  \n```bash  \ncd client  \nnpm install\n```\n### Backend  \n```bash  \ncd server  \nnpm install\n```\n# Step 4: Start the Project   \n### Frontend  \n```bash  \ncd client  \nnpm run dev\n```\n### Backend  \n```bash  \ncd server  \nnpm run dev\n```\n---\n  🎯 BetterME is not just an app – it's your personal guide to becoming the best version of yourself!\n\n ✨ Made with ❤️ by [Chandrashekhar](https://github.com/StarDust130) 💻  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardust130%2Fbetterme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstardust130%2Fbetterme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardust130%2Fbetterme/lists"}