This template is under development. Implemented using Next.js with Drizzle ORM to interact with the database directly in the project without deploying additional services.
This template is designed to serve as a foundation for developing web applications. It leverages Next.js, a popular React framework for building server-side rendered and static web applications. Additionally, it incorporates Drizzle ORM, enabling seamless interaction with the database within the project itself, eliminating the need for deploying separate database services.
To install this project:
npm install
To dev this project run:
npm run dev
To dev this project build:
npm run build
Client: Next.js, TailwindCSS, Drizzle ORM, Redux