Welcome to the School Registration API project! This Next.js API, powered by Prisma, is designed to handle student registration tasks in a school setting. The primary focus is on providing seamless integration for managing student information.
Endpoint for creating a new student registration.
Endpoint to register multiple students simultaneously.
Endpoint for deleting a single student record.
Endpoint to update information for a specific student.
Endpoint to retrieve detailed information about a single student.
Endpoint to fetch data for all registered students.
For detailed usage instructions and API endpoints, refer to the Postman API Documentation.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open https://localhost:3000 with your browser to see the result.