Empower your financial management with Badget - AI-driven insights at your fingertips. Optimize your finances effortlessly.
Introduction · Installation · Tech Stack + Features · Credits
Welcome to Badget, where we're ushering in a new era of financial management. Leveraging cutting-edge AI, Badget redefines how you track, analyze, and optimize your finances, ensuring smarter, more secure financial decisions.
With Badget, gain unparalleled insights into your spending habits and financial patterns, empowering you to budget better and experience more. Trusted by the world's most innovative companies, Badget is here to revolutionize your financial management experience.
Lets goooo - Next.js 14, Turborepo, Prisma, Neon, Clerk, Resend, React Email and Shadcn/ui,
All seamlessly integrated with the Badget to accelerate the development.
Badget is a monorepo managed by Turborepo. The monorepo is split between apps
and packages
directories.
.
├── src # Main project lives here
│ ├── actions # All server actions
│ ├── app # Main application
│ ├── components # Components for the application
│ └── ...
├── LICENSE
└── README.md
Clone & create this repo locally with the following command:
git clone https://github.com/projectx-codehagen/Badget
pnpm install
.env.example
to .env.local
and update the variables.cp .env.example .env.local
Input everything you need for the env.
We now need to push the schema to the database
#To push Prisma to Neon DB
pnpm db:deploy
Start the development server from either yarn or turbo:
# To start the server
pnpm dev
We love our contributors! Here's how you can contribute: