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.example
into a new.env
file -
Create a mysql database and put the connection string to the
DATABASE_URL
variable -
Run
pnpm install
-
Run
pnpm prisma db push
-
Run
pnpm prisma generate
to make sure Prisma Client is generated. -
Run
pnpm run dev
-
Visit
http://localhost:3000