{"id":25083980,"url":"https://github.com/vadimghedreutan/paytrack","last_synced_at":"2026-04-30T00:03:27.036Z","repository":{"id":268017748,"uuid":"903031565","full_name":"vadimghedreutan/PayTrack","owner":"vadimghedreutan","description":"PayTrack App built with Next.js 15, Tailwind CSS, Shadcn/UI, Auth.js, Prisma, Neon Postgres, Mailtrap","archived":false,"fork":false,"pushed_at":"2024-12-29T21:24:12.000Z","size":349,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T06:42:59.468Z","etag":null,"topics":["authjs","mailtrap","neon-postgres","nextjs15","prisma-orm","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vadimghedreutan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-13T19:29:37.000Z","updated_at":"2025-02-05T05:37:08.000Z","dependencies_parsed_at":"2024-12-13T20:32:45.643Z","dependency_job_id":"f69232ce-a9a2-415e-9b95-bfe2bb48049d","html_url":"https://github.com/vadimghedreutan/PayTrack","commit_stats":null,"previous_names":["vadimghedreutan/quickinvoice","vadimghedreutan/paytrack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimghedreutan%2FPayTrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimghedreutan%2FPayTrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimghedreutan%2FPayTrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimghedreutan%2FPayTrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadimghedreutan","download_url":"https://codeload.github.com/vadimghedreutan/PayTrack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635956,"owners_count":20809330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authjs","mailtrap","neon-postgres","nextjs15","prisma-orm","shadcn-ui","tailwindcss"],"created_at":"2025-02-07T06:43:02.499Z","updated_at":"2026-04-30T00:03:26.958Z","avatar_url":"https://github.com/vadimghedreutan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoice Platform\n\nA full-stack invoice platform designed to simplify and enhance the billing experience. It includes features such as email notifications with beautiful templates, custom PDF generation, and an intuitive dashboard with real-time charts.\n\n## Tech Stack\n\n-   **Next.js** 15: A React framework for building server-rendered or static web applications.\n-   **Mailtrap:** For email testing and delivery simulation in development.\n-   **Neon Postgres:** A cloud-based PostgreSQL database for fast, reliable data storage.\n-   **Prisma:** An ORM to interact with the database efficiently and with type safety.\n-   **Tailwind CSS:** A utility-first CSS framework for styling.\n-   **Auth.js:** Authentication library to handle user login, signup, and sessions.\n-   **Shadcn/UI:** A modern UI library for building beautiful and consistent interfaces.\n\n## Features\n\n-   **Full-Stack Solution:** End-to-end functionality for creating and managing invoices..\n-   **Email Notifications:** Send emails with beautiful, customizable templates powered by Mailtrap.\n-   **Custom PDF Generation:** Generate professional-grade invoices in PDF format tailored to your needs.\n-   **Send Invoices to Clients:** Easily share invoices via email with one click.\n-   **Reminder Emails:** Automated email reminders to clients for overdue invoices.\n-   **Beautiful Dashboard:** An interactive dashboard featuring animated charts for real-time data visualization.\n-   **Modern Styling:** Clean and responsive UI built with Tailwind CSS and Shadcn UI.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\n    git clone https://github.com/vadimghedreutan/QuickInvoice.git\n```\n\n2. Install the dependencies:\n\n```bash\n    cd quickinvoice\n    pnpm install\n```\n\n3. Set up environment variables:\n   Create a .env file in the root directory and add your configurations:\n\n```bash\nAUTH_SECRET=\"\" # Added by `npx auth`. Read more: https://cli.authjs.dev\n\nEMAIL_SERVER_USER=\nEMAIL_SERVER_PASSWORD=\nEMAIL_SERVER_HOST=live.smtp.mailtrap.io\nEMAIL_SERVER_PORT=587\nEMAIL_FROM=hello@demomailtrap.com\n\nDATABASE_URL=\"\"\n```\n\n4. Run database migrations:\n\n```bash\npnpm dlx prisma init\npnpm dlx prisma db push\n```\n\n5. Start the development server:\n\n```bash\npnpm dev\n#or\nnpm run dev\n# or\nyarn dev\n```\n\nThe site will be available at http://localhost:3000.\n\n## Deployment\n\nThe easiest way to deploy this project is to use Vercel and connect it to your GitHub repository. Alternatively, you can build the project with `pnpm build` and deploy the contents of the out directory to your desired hosting platform.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimghedreutan%2Fpaytrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadimghedreutan%2Fpaytrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimghedreutan%2Fpaytrack/lists"}