Your partner for you finance health 💚
If you want an app to manage your bakings, bills, accounts and trasactions, welcome. Here you can:
npm install
or other similar..env.local
file in root directory..env.local
(.env.example):
```bash
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CLERK_PUBLISHABLE_KEY=pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CLERK_SECRET_KEY=pk_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
DATABASE_URL="postgresql://
NEXT_PUBLIC_APP_URL=http://localhost:3000
``` 5. Set up a Neon PostgreSQL Database
postgresql://<username>:<password>@<host>:<port>/<database-name>
.npm run db:migrate
for apply the migrations.npm run dev
or similars. npm run db:seed
for populate your database.This project uses MIT License. You can see the file LICENSE for more details.