Skip to content

My updates on Introduction to Web Programming (IPW) project

Notifications You must be signed in to change notification settings

GuilhermeF03/IPW.CMDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMDB

Repository for Introduction to Web Programming course updated project, winter semester of 2022-2023

Functional requirements

Develop a web application that provides a web API that follows the REST principles, with responses in JSON format and that supports the following features:

  • Get the list of the most popular movies. The request has an optional parameter to limit the number of returned movies (max 250)
  • Search movies by name. The request has an optional parameter to limit the number of returned movies (max 250)
  • Manage favorite movies groups
    • Create group providing its name and description
    • Edit group by changing its name and description
    • List all groups
    • Delete a group
    • Get the details of a group, with its name, description, the names and total duration of the included movies
    • Add a movie to a group
    • Remove a movie from a group
  • Create new user

About

My updates on Introduction to Web Programming (IPW) project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published