{"id":24896999,"url":"https://github.com/yeabnoah/technerd_nextjs_starter_template","last_synced_at":"2026-03-15T08:46:06.007Z","repository":{"id":249060349,"uuid":"830243655","full_name":"yeabnoah/technerd_NextJs_starter_template","owner":"yeabnoah","description":"A full-stack starter template for Next.js projects, integrating Mongoose, Zod, Shadcn, Tailwind CSS, and NextAuth with pnpm as the package manager. Perfect for quickly setting up robust web applications.","archived":false,"fork":false,"pushed_at":"2024-07-22T17:40:22.000Z","size":902,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T02:02:02.665Z","etag":null,"topics":["authjs","mongodb","mongoose","nextjs-starter","nextjs-template","nextjs14","reacticons","shadcn-ui","zod"],"latest_commit_sha":null,"homepage":"https://tech-nerd-next-js-starter17.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/yeabnoah.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-07-17T22:21:34.000Z","updated_at":"2024-11-06T17:36:27.000Z","dependencies_parsed_at":"2024-07-18T14:21:18.927Z","dependency_job_id":"72b21b57-d6dd-42ff-88f1-48ba6b72b7ea","html_url":"https://github.com/yeabnoah/technerd_NextJs_starter_template","commit_stats":null,"previous_names":["yeabnoah/technerd_nextjs_starter_template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeabnoah/technerd_NextJs_starter_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeabnoah%2Ftechnerd_NextJs_starter_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeabnoah%2Ftechnerd_NextJs_starter_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeabnoah%2Ftechnerd_NextJs_starter_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeabnoah%2Ftechnerd_NextJs_starter_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeabnoah","download_url":"https://codeload.github.com/yeabnoah/technerd_NextJs_starter_template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeabnoah%2Ftechnerd_NextJs_starter_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279183675,"owners_count":26121446,"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-16T02:00:06.019Z","response_time":53,"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":["authjs","mongodb","mongoose","nextjs-starter","nextjs-template","nextjs14","reacticons","shadcn-ui","zod"],"created_at":"2025-02-01T20:16:02.956Z","updated_at":"2025-10-16T11:31:20.162Z","avatar_url":"https://github.com/yeabnoah.png","language":"TypeScript","readme":"# Next.js Full Stack Starter Template\n\n👋🏿 Hi! I’m Yeabsra, a web and mobile developer from Ethiopia. I’ve put together my preferred tech stack and starter template for a Next.js full stack project. It includes Next.js, Mongoose, Zod, Shadcn, Tailwind, and NextAuth, using pnpm. Feel free to use it if you want. Let’s connect and create something awesome together!\n\n## Tech Stack\n\n- **Next.js**: The React framework for production.\n- **Mongoose**: Elegant MongoDB object modeling for Node.js.\n- **Zod**: TypeScript-first schema declaration and validation library.\n- **Shadcn**: Custom UI components for Shadcn.\n- **Tailwind CSS**: A utility-first CSS framework.\n- **NextAuth**: Authentication for Next.js.\n- **pnpm**: Fast, disk space efficient package manager.\n\n## Getting Started\n\nTo get started with this template, follow these steps:\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/)\n- [pnpm](https://pnpm.io/)\n\n### Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/yeabnoah/technerd_NextJs_starter_template.git\n    cd technerd_NextJs_starter_template\n    ```\n\n2. **Install dependencies:**\n\n    ```bash\n    pnpm install\n    ```\n\n3. **Set up environment variables:**\n\n    change the `.env.example` to `.env.local` file in the root of your project and uncomment and the following environment variables:\n\n    ```bash\n    # MongoDB connection string use the guide in the file to setup and link to your database either local or Atlas project\n    MONGODB_URI=your_mongodb_uri\n\n    # NextAuth configuration\n    NEXTAUTH_SECRET=your_nextauth_secret\n    NEXTAUTH_URL=http://localhost:3000\n\n    # Other environment variables\n    ```\n\n4. **Run the development server:**\n\n    ```bash\n    pnpm dev\n    ```\n\n    Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Project Structure\n\nHere's an overview of the project structure:\n\u003cpre\u003e\n\n├── app\n    ├── api\n        ├── auth\n├── components   # Reusable UI components\n├── lib          # Library code also Mongoose connection with NextJS\n├── models       # Mongoose models\n├── public       # Public assets\n├── utils        # Utility functions\n├── .env.local   # Environment variables / change the env.example to env.local\n        \n      \u003c/pre\u003e\n\n## Check\n\ncheck yourBaseUrl/api/user with `GET` and `POST` request on postman to validate the DBconnection and api is working \n\n### Authentication\n\nThis template uses NextAuth for authentication. You can configure different authentication providers in `pages/api/auth/[...nextauth].ts`.\n\n### Database\n\nMongoose is used for MongoDB interaction. Define your Mongoose models in the `models` directory.\n\n### Validation\n\nZod is used for schema validation. You can define your schemas and use them to validate data throughout your application.\n\n## Contributing\n\nFeel free to submit issues and pull requests. Let's improve this template together!\n\n## Connect with Me\n\nLet’s connect and create something awesome together! You can reach me at:\n\n- **Email**: [yeabnoah5@gmail.com](mailto:yeabnoah5@gmail.com)\n- **LinkedIn**: [LinkedIn](https://www.linkedin.com/in/yeabsra-ashebir-tech-nerd-8a3a80267/)\n- **GitHub**: [Github](https://github.com/yeabnoah)\n- **Telegram** [telegram](https://t.me/technerd345)\n\n---\n\nHappy coding! 🎉\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeabnoah%2Ftechnerd_nextjs_starter_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeabnoah%2Ftechnerd_nextjs_starter_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeabnoah%2Ftechnerd_nextjs_starter_template/lists"}