Skip to content

Freya02/TPOwebservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPOwebservices

Web Services using REST Framework for a college TPO office following:

1)Student

  • viewing/update own profile.
  • view companies profile.
  • find out list of companies that will be upcoming for placement.

2)Companies

  • view student profile(s).
  • view # of students available for placement from each branch.
  • provide cut off criteria to apply for students.
  • view TPO data.

3)TPO

  • view/update student records.
  • view company profile.
  • create list of companies upcoming for next round of placements.

(* - activities that will be performed by each of the entities)

According to aforementioned activities web services were created by performing CRUD ops on respective Database tables,using HTTP methods like GET,PUT,POST,DELETE uing Postmaster tool for API testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages