{"id":49136017,"url":"https://github.com/lucasdale99/letsdev","last_synced_at":"2026-04-21T22:01:01.329Z","repository":{"id":262465810,"uuid":"842653766","full_name":"lucasdale99/letsdev","owner":"lucasdale99","description":"My newsletter and portfolio, built with Neon Postgres DB, Drizzle ORM, and Next.js","archived":false,"fork":false,"pushed_at":"2026-04-21T20:11:25.000Z","size":2124,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-21T21:09:01.667Z","etag":null,"topics":["design","personal-blog","tech-blog","work-experience"],"latest_commit_sha":null,"homepage":"https://letusdev.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasdale99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-08-14T19:36:45.000Z","updated_at":"2026-04-21T20:11:48.000Z","dependencies_parsed_at":"2025-07-21T23:02:07.794Z","dependency_job_id":"f1cc50ea-787d-4de4-b410-ffe903899911","html_url":"https://github.com/lucasdale99/letsdev","commit_stats":null,"previous_names":["lucasdale99/letsdev"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lucasdale99/letsdev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasdale99%2Fletsdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasdale99%2Fletsdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasdale99%2Fletsdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasdale99%2Fletsdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasdale99","download_url":"https://codeload.github.com/lucasdale99/letsdev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasdale99%2Fletsdev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["design","personal-blog","tech-blog","work-experience"],"created_at":"2026-04-21T22:00:26.688Z","updated_at":"2026-04-21T22:01:01.324Z","avatar_url":"https://github.com/lucasdale99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Blog with Drizzle ORM and Neon PostgreSQL\n\nA modern blog platform built with Next.js, Drizzle ORM for database operations, and Neon PostgreSQL for the database.\n\n## Prerequisites\n\n- Node.js 20.9+ installed\n- AWS account configured\n- Neon PostgreSQL database created\n- pnpm package manager\n\n## Project Setup\n\n1. Install pnpm globally:\n\n```bash\nnpm install -g pnpm\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Set up environment variables:\n\n```bash\ncp .env.local\n```\n\n```bash\nDATABASE_URL=your_neon_postgres_connection_string\nNEXT_PUBLIC_URL=http://localhost:3000\nAWS_REGION=us-east-1\nAWS_ACCESS_KEY_ID=your_aws_access_key_id\nAWS_SECRET_ACCESS_KEY=your_aws_secret_access_key\nSES_FROM_EMAIL=lucas@letusdev.io\n```\n\n4. Generate and push Drizzle ORM schema:\n\n```bash\ndrizzle-kit generate\ndrizzle-kit push\n```\n\n5. Build and run the production server:\n\n```bash\npnpm build\npnpm start\n```\n\n## Project Structure\n\n```bash\n├── app/ # Next.js app directory\n│ ├── api/ # API routes\n│ ├── blog/ # Blog pages\n│ └── components/ # Shared components\n├── lib/ # Utility functions and configurations\n│ ├── db.ts # Database connection\n│ └── schema.ts # Drizzle schema definitions\n├── migrations/ # Database migrations\n└── drizzle.config.ts # Drizzle ORM configuration\n```\n\n## Database Setup\n\n1. Create a Neon PostgreSQL database at [neon.tech](https://neon.tech)\n2. Get your connection string from the Neon dashboard\n3. Add the connection string to your `.env.local` file\n4. Run migrations to set up your database schema\n\n## Documentation References\n\n- [Drizzle Docs](https://orm.drizzle.team/docs/get-started-postgresql)\n- [Neon Docs](https://neon.tech/docs/introduction)\n- [Next.js Docs](https://nextjs.org/docs)\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch or create an issue\n3. Submit a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdale99%2Fletsdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasdale99%2Fletsdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasdale99%2Fletsdev/lists"}