- Install the dependecies:
npm install
- Add PostgreSQL connection string to .env file:
DATABASE_URL
- Deploy the DB Migrations & generate the Prisma Client:
npm run migrate
- Start the server:
npm start
Open http://localhost:3000 with your browser to see the result.
- Live Demo: https://eager-fermi-101ff4.netlify.app/
- Frontend Repo: https://github.com/raghavnarang/expense-tracker-next-js