https://github.com/ekovegeance/next-boilerplate
This modern Full Stack Next.js solution is open-source and reusable, enabling developers to build web applications quickly and efficiently with Prisma ORM - PostgreSQL, Auth.js, and a responsive Shadcn/UI interface.
https://github.com/ekovegeance/next-boilerplate
authjs nextjs14 prisma-orm shadcn-ui starter-kit template-project
Last synced: 3 months ago
JSON representation
This modern Full Stack Next.js solution is open-source and reusable, enabling developers to build web applications quickly and efficiently with Prisma ORM - PostgreSQL, Auth.js, and a responsive Shadcn/UI interface.
- Host: GitHub
- URL: https://github.com/ekovegeance/next-boilerplate
- Owner: ekovegeance
- License: mit
- Created: 2024-11-22T16:37:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T15:55:35.000Z (3 months ago)
- Last Synced: 2025-01-27T05:20:34.055Z (3 months ago)
- Topics: authjs, nextjs14, prisma-orm, shadcn-ui, starter-kit, template-project
- Language: TypeScript
- Homepage: https://next-boilerplate.vngne.tech
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

## Getting Started
First, run the development server:
```bash
git clone https://github.com/ekovegeance/Fullstack-Nextjs-Templates.git
npm install && npm run dev
```
Configure your local environment
```bash
cp .env.example .env
```
Migrate database
```bash
npx prisma migrate dev --name init
npx prisma studio
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. And see [Documentation](https://github.com/ekovegeance/Fullstack-Nextjs-Templates/blob/main/DOCS.md)
## Tech Stack
Modern Javascript Stack
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Prisma ORM](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql) - PostgreSQL
- [Auth JS](https://authjs.dev/getting-started) - Credentials Providers
- [Dependencies/ third party library](https://github.com/ekovegeance/Fullstack-Nextjs-Templates/blob/main/package.json)With shadcn/ui [Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.](https://ui.shadcn.com/)
Generate UI [v0](https://v0.dev/https://v0.dev/)## Show more
- [Project](https://github.com/users/ekovegeance/projects/8)
- [Discussions](https://github.com/ekovegeance/Fullstack-Nextjs-Templates/discussions/5)## Deploy on Vercel
[](https://vercel.com/new/clone?s=https%3A%2F%2Fgithub.com%2Fekovegeance%2FFullstack-Nextjs-Templates%2F&showOptionalTeamCreation=false&teamSlug=ekovegeances-projects)The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.