First, run the development server:
git clone https://github.com/ekovegeance/Fullstack-Nextjs-Templates.git
npm install && npm run dev
Configure your local environment
cp .env.example .env
Migrate database
npx prisma migrate dev --name init
npx prisma studio
Open http://localhost:3000 with your browser to see the result. And see Documentation
Modern Javascript Stack
- Next.js Documentation - learn about Next.js features and API.
- Prisma ORM - PostgreSQL
- Auth JS - Credentials Providers
- Dependencies/ third party library
With shadcn/ui Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Generate UI v0
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.