Skip to content

ne0bytes/DJANGO_REST_LAB3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO_REST_LAB3

Create a new project that has API to get info about students:

You have a Studen model

  • first name
  • last name
  • birth date
  • GPA

Create CRUD operations on the Student model . You should have the following API endpoints

  • Create a new Student
  • List / display all Students
  • Update a Student information
  • Delete a Student
Note: GPA = Grade Point Average المعدل

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%