ReactAssignment (2)
ReactAssignment (2)
Build a Single Page Application (SPA) that includes CRUD (Create, Read,
Update, Delete) functionality on a dynamic data table. The application
should interact with a SQL Server database using Prisma as the ORM for
seamless database interaction. The frontend will be built using NextJS to
provide a smooth and interactive user experience.
PROJECT REQUIREMENTS:
1. Database:
Display this data in data table, and perform the following operation:
o Best-Selling Product
o Annual Sales and Profit
o Quarterly Sales and Profit
3. CRUD Operations:
4. Form Validation:
Use Zod or any relevant validation library to validate forms before submission.
TECHNICAL STACK:
Frontend:
Backend:
NextJS
Prisma ORM for database operations
SQL Server as the database engine