An app to visualize your finances, created using Next.js, Prisma ORM, PostgreSQL, Tailwind CSS, and NextUI.
- First, copy the .env.example file into .env and update it if needed.
- Install dependencies with
npm install - Run the development server with
npm run dev - Open http://localhost:3000 with your browser to see the result.
