https://budget-gold.vercel.app/
A budget management application built with Next.js/pages router, created with create-t3-app
.
最近お金使いすぎて同居人との出費管理用に作りました.
Maybe this app is the only way to make us not spend too much
Written in React with Vite https://github.com/undesicimo/budget
Everything Designed by
@mylifeaskyara
- Node.js
- A database compatible with Prisma (e.g., PostgreSQL, MySQL)
-
Clone the repository:
git clone https://github.com/undesicimo/budget-next.git
-
Install the dependencies:
npm install
-
Copy the
.env.example
file to.env
and fill in your database credentials. -
Run the development server:
npm run dev
Visit http://localhost:3000
in your browser