{"id":19457090,"url":"https://github.com/anchaldevbytes/timekeeper","last_synced_at":"2026-04-13T00:10:50.621Z","repository":{"id":259495289,"uuid":"877886171","full_name":"AnchalDevBytes/timekeeper","owner":"AnchalDevBytes","description":"A fullstack calendar application","archived":false,"fork":false,"pushed_at":"2024-12-20T07:16:13.000Z","size":1224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T01:37:38.843Z","etag":null,"topics":["bcrypt","jscookie","jwt","nextjs","postgresql","prisma-orm","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://timekeeper-livid.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/AnchalDevBytes.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-10-24T12:16:07.000Z","updated_at":"2024-12-26T05:54:29.000Z","dependencies_parsed_at":"2024-10-26T01:21:13.791Z","dependency_job_id":"1d54a8ce-2843-49da-9cb2-d6608158cc5d","html_url":"https://github.com/AnchalDevBytes/timekeeper","commit_stats":null,"previous_names":["anchaldevbytes/timekeeper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Ftimekeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Ftimekeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Ftimekeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Ftimekeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnchalDevBytes","download_url":"https://codeload.github.com/AnchalDevBytes/timekeeper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240654187,"owners_count":19835856,"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":["bcrypt","jscookie","jwt","nextjs","postgresql","prisma-orm","tailwindcss","typescript"],"created_at":"2024-11-10T17:19:46.131Z","updated_at":"2026-04-13T00:10:50.578Z","avatar_url":"https://github.com/AnchalDevBytes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TimeKeeper (Full-Stack Calendar Application)\n\nThis is a full-stack calendar application built with modern web technologies including Next.js, PostgreSQL, Prisma, NeonDB, TypeScript, and Tailwind CSS. The application allows users to create, update, delete, and view events on a calendar.\n\n## Screeshot\n\n![signin](./public/signin.png)\n![calendar](./public/calendar.png)\n![updateCalendar](./public/calendarMobileView.png)\n\n## Features\n\n- **Event Management**: Create, update, and delete events.\n- **Calendar View**: Display events in a weekly calendar format.\n- **User Authentication**: Secure authentication using JSON Web Tokens (JWT).\n- **Responsive Design**: Optimized for both mobile and desktop views using Tailwind CSS.\n- **Backend Integration**: Uses Prisma as an ORM with PostgreSQL for data storage.\n- **Modern Development Practices**: Written in TypeScript for strong typing and better code quality.\n\n## Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/)\n- **Backend**: [Next.js API Routes](https://nextjs.org/docs/api-routes/introduction), [Prisma](https://www.prisma.io/), [PostgreSQL](https://www.postgresql.org/), [NeonDB](https://neon.tech/)\n- **Deployment**: Frontend deployed on Vercel.\n\n## Prerequisites\n\nBefore running the application, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/en/)\n- [PostgreSQL](https://www.postgresql.org/) (for local development)\n- [NeonDB](https://neon.tech/) account for database hosting\n\n## Getting Started\n\nFollow these steps to set up the project locally:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/AnchalDevBytes/timekeeper.git\ncd timekeeper\n```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Set Up the Database**\n    - Create a PostgreSQL database locally or use NeonDB for cloud hosting.\n    - Configure the database connection string in the .env file:\n\n    ```bash\n    DATABASE_URL=\"postgresql://username:password@hostname:port/database_name\"\n    ```\n\n4. **Configure Environment Variables**\n    ```bash\n    DATABASE_URL=\"your-database-connection-string\"\n    API_BASE_URL=\"http://localhost:3000\"\n    TOKEN_SECRET=\"your-secret-key\"\n    ```\n\n5. **Run Prisma Migrations**\n    ```bash\n    npx prisma migrate dev --name init\n    npx prisma generate\n    ```\n\n6. **Run the development server:**\n    ```bash\n   npm run dev\n   ```\nThe app will be available at http://localhost:3000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchaldevbytes%2Ftimekeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanchaldevbytes%2Ftimekeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchaldevbytes%2Ftimekeeper/lists"}