-
Notifications
You must be signed in to change notification settings - Fork 3
Documentation
Welcome to the Next-Prisma-Starter Wiki! This wiki is designed to provide detailed documentation and instructions for using the Next-Prisma-Starter boilerplate project. Whether you're new to the project or looking for specific information, you'll find it all here.
- Getting Started
- Tech Stack
- Folder Structure
- Database Setup
- Running Migrations
- Seeding the Database
- Development Server
- Folder Structure
- Documentation
- License
- Contributions
Learn how to get started with the Next-Prisma-Starter project by following the steps outlined in the Getting Started section.
Explore the technologies used in the Next-Prisma-Starter project, including Next.js, Prisma, Redux Toolkit, RTK Query, and Tailwind CSS. Find more details in the Tech Stack section.
Understand the project's folder structure to keep your codebase clean and maintainable. Review the structure in the Folder Structure section.
Learn how to configure your database connection in the prisma/schema.prisma
file. Discover the supported databases and configuration details in the Database Setup section.
Follow instructions on applying database migrations to create the database schema. Find more details in the Running Migrations section.
Explore how to seed your database with dummy data and customize the seeding process. Learn more in the Seeding the Database section.
Start the Next.js development server and begin building your project. Get detailed instructions in the Development Server section.
For more detailed documentation on various features of Next-Prisma-Starter, including Redux Toolkit setup and API endpoints, visit the Documentation section.
Understand the licensing terms for the Next-Prisma-Starter project. Review the project's License for usage details.
Contributions to Next-Prisma-Starter are welcome! Learn how to get involved and contribute by visiting the Contributions section.
Remember that this README is a template and should be customized to suit your specific project's needs. Feel free to adapt and expand the wiki as your project evolves.
Happy coding with Next-Prisma-Starter! 🚀