https://github.com/chiragagg5k/neon-t3-starter-kit
Starter Kit for developing a Fullstack Next.js Application with T3 stack and Neondb
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords
Repository
Starter Kit for developing a Fullstack Next.js Application with T3 stack and Neondb
Basic Info
- Host: GitHub
- Owner: ChiragAgg5k
- License: mit
- Language: TypeScript
- Default Branch: master
- Homepage: https://neon-t3-starter-kit.vercel.app/
- Size: 534 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Neon T3 Starter Kit
![]()
Features
- Next.js 14
- Tailwind CSS
- Shadcn/UI
- Lucide Icons
- Tanstack Query
- Neon Database
- Next Auth (with Google OAuth)
- Lucide Icons
Getting Started
- Clone the repository
bash
git clone https://github.com/ChiragAgg5k/neon-t3-starter-kit
- Install dependencies
bash
pnpm install
- Create a
.envfile and add the following environment variables:
```bash
set up your neon database url at https://neon.tech/
DATABASE_URL="postgresql://postgres:password@localhost:5432/neon-t3-starter-kit"
url at which the app will be hosted, localhost for local development
NEXTAUTH_URL="http://localhost:3000"
create a secret key for next auth using: openssl rand -base64 32
NEXTAUTH_SECRET="your-secret-key" ```
- Run the development server
bash
pnpm dev
- Open your browser and navigate to
http://localhost:3000
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Owner
- Name: Chirag Aggarwal
- Login: ChiragAgg5k
- Kind: user
- Location: Noida , Uttar Pradesh , India
- Company: Bennett University
- Twitter: ChiragAgg5k
- Repositories: 3
- Profile: https://github.com/ChiragAgg5k
CSE Undergrad | Student at Bennett University
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0