{"id":31449372,"url":"https://github.com/ahmadammarm/fulusin","last_synced_at":"2025-10-01T03:50:46.782Z","repository":{"id":307218937,"uuid":"1019903058","full_name":"ahmadammarm/fulusin","owner":"ahmadammarm","description":"Financial tracker platform based on a period","archived":false,"fork":false,"pushed_at":"2025-09-29T00:04:43.000Z","size":10509,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T02:18:46.400Z","etag":null,"topics":["docker","nextjs","postgresql","prisma-orm","tailwindcss"],"latest_commit_sha":null,"homepage":"https://fulusin.vercel.app","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/ahmadammarm.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-15T03:59:19.000Z","updated_at":"2025-09-29T00:04:46.000Z","dependencies_parsed_at":"2025-07-30T04:42:39.497Z","dependency_job_id":"95ae62fa-98d9-4d3b-9fed-705b534a19b8","html_url":"https://github.com/ahmadammarm/fulusin","commit_stats":null,"previous_names":["ahmadammarm/finscopease","ahmadammarm/fulusin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadammarm/fulusin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadammarm%2Ffulusin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadammarm%2Ffulusin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadammarm%2Ffulusin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadammarm%2Ffulusin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadammarm","download_url":"https://codeload.github.com/ahmadammarm/fulusin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadammarm%2Ffulusin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277791707,"owners_count":25877716,"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","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","nextjs","postgresql","prisma-orm","tailwindcss"],"created_at":"2025-10-01T03:50:41.772Z","updated_at":"2025-10-01T03:50:46.775Z","avatar_url":"https://github.com/ahmadammarm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fulusin\n\nFulusin is a web-based financial tracking platform designed to help individuals manage, monitor, and analyze their financial activities within specific timeframes.\n\n## Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript\n- **Styling**: TailwindCSS\n- **UI Components**: shadcn/ui\n- **Database**: PostgreSQL\n- **Containerization**: Docker(optional)\n\n## Project Structure\n\n```\nfulusin/\n├── src/\n│   ├── actions/        # Next.js server action handlers\n│   ├── app/            # Next.js app router pages\n│   ├── components/     # Reusable React components\n│   ├── lib/            # Core utilities and helpers\n│   ├── provider/       # Next Auth and React Query Client provider configurations\n│   ├── schemas/        # Form validation schemas\n```\n\n## Key Features\n- OAuth integration with Google and GitHub\n- React Query for handling server actions functionality\n- Allows users to choose their preferred default currency, with automatic formatting and symbol adjustments\n- Enables adding, editing, and organizing categories for income and expenses\n- Displays transaction history for monthly and yearly periods\n\n## Getting Started\n\n1. Clone the repository:\n```sh\ngit clone https://github.com/ahmadammarm/fulusin.git\n```\n\n2. Navigate to the project directory:\n\n```sh\ncd fulusin\n```\n\n3. Install dependencies:\n```bash\nnpm install\n```\n\n4. Configure Environment Variable: Copy the file `.env.example` to `.env` and adjust it to your configuration:\n\n```sh\ncp .env.example .env\n```\n\n```\nNEXTAUTH_SECRET=\nDATABASE_URL=\nGOOGLE_CLIENT_ID=\nGOOGLE_CLIENT_SECRET=\n```\n\n\n5. Run development server:\n```bash\nnpm run dev\n```\n\n## Getting Started with Docker\n\n1. Clone the repository:\n```sh\ngit clone https://github.com/ahmadammarm/fulusin.git\n```\n\n2. Navigate to the project directory:\n\n```sh\ncd fulusin\n```\n\n3. Run the Docker Compose:\n\n```sh\ndocker-compose up\n```\n\nor run in detach mode:\n```sh\ndocker-compose up -d\n```\n\n4. To stop the Docker Compose:\n```sh\ndocker-compose down\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view the application.\n\n\n## Build and Deployment\n\n```bash\n# Production build\nnpm run build\n\n# Start production server\nnpm start\n```\n\n### This project is open for contributions. Feel free to submit issues or pull requests. Thanks\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadammarm%2Ffulusin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadammarm%2Ffulusin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadammarm%2Ffulusin/lists"}