This is a T3 Stack project bootstrapped with create-t3-app.
Since I am using a free version of the planetscale database the database might go down in the future. So if you cannot use the application from the live link please run it locally on your machine.
-
Clone this repo
git clone https://github.com/thebishalniroula/expense-tracker.git -
Go to the project folder
cd expense-tracker -
Duplicate
.env.exampleinto a new.envfile -
Create a mysql database and put the connection string to the
DATABASE_URLvariable -
Run
pnpm install -
Run
pnpm prisma db push -
Run
pnpm prisma generateto make sure Prisma Client is generated. -
Run
pnpm run dev -
Visit
http://localhost:3000