An open API service indexing awesome lists of open source software.

https://github.com/weehong/tidve-app

This subscription management app is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.
https://github.com/weehong/tidve-app

auth0 nextjs nextjs15 nextjs15-typescript tailwindcss typescript

Last synced: about 1 month ago
JSON representation

This subscription management app is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.

Awesome Lists containing this project

README

        

# Tidve App


Home
Dashboard
Subscription

This Tidve App is a small module of a finance management application. It serves as a helpful tool for users to track and analyze their monthly expenses, including but not limited to subscriptions, installments, fixed expenses, and more.

By providing a comprehensive overview, the app allows users to gain valuable insights into their spending habits from month to month at a glance.

This helps users understand their expenses better and make informed decisions about their finances.

## Features

- [x] Login with Auth0
- [x] Dashboard
- [x] Subscription Management
- [x] Subscription Renewal Email Reminder
- [ ] Installment Management

## Tech Stack

- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [Auth0](https://auth0.com)
- [Prisma](https://prisma.io)
- [PostgreSQL](https://postgresql.org)
- [Vercel](https://vercel.com)
- [Resend](https://resend.com)

## How to Use

1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Copy `.env.example` to `.env` and fill in the values.
4. Run `npx prisma generate` to generate the Prisma client.
5. Run `npx prisma migrate dev` to migrate the database.
6. Run `npm run dev` to start the development server.
7. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.