Skip to content

khalifalmahmud0/school-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Registration API (Next.js + Prisma)

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.

Features:

Single Student Registration API:

Endpoint for creating a new student registration.

Bulk Student Registration API:

Endpoint to register multiple students simultaneously.

Delete Single Student API:

Endpoint for deleting a single student record.

Update Student Information API:

Endpoint to update information for a specific student.

Retrieve Single Student Data API:

Endpoint to retrieve detailed information about a single student.

Get All Students API:

Endpoint to fetch data for all registered students.

User Model Fields:

  • id

  • first_name

  • last_name

  • age

  • grade

  • courses

Documentation:

For detailed usage instructions and API endpoints, refer to the Postman API Documentation.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open https://localhost:3000 with your browser to see the result.

Happy coding!

About

Next.js API project for school registrations | OSTAD