Skip to content

Build a REST web API in ASP.NET and connect a jQuery frontend, pair-programmed.

Notifications You must be signed in to change notification settings

gabrielkunkel/MovieLibraryExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Library Exercise

Objective: Build a REST web API in ASP.NET and connect a jQuery frontend to it.

Technologies: ASP.NET Web API, JavaScript, jQuery, AJAX, HTML, CSS

The Collaborators

...who are actively seeking employment.

Gabriel Kunkel. Find his resume at: https://stackoverflow.com/story/gabrielkunkel

Alex Hardy.

Developer Tasks

As a Developer...

  • I create a Movie model with properties for title, genre, and director name.

  • I build a REST web API in ASP.NET, so that I can make HTTP requests to GET, PUT, DELETE, and POST data to the data set.

  • I use jQuery and AJAX to consume the built web API on the frontend.

  • I seed my database with several or more movies.

  • I use Postman to make a POST, PUT, and both GET requests (get by id and get all) request to my REST web API, save it to a collection to test my api.

  • I have an aesthetically pleasing user interface (webpages) to ensure a great user experience.

User Stories

As a Film Enthusiast User...

  • I can add a new movie with details, including title, genre, and director name.

  • I can see the details of a movie, including title, genre, and director name.

  • I can update the details of a movie, including title, genre, and director name.

  • I can add or edit an image for a movie.

  • I can see a image of a movie when my mouse arrow is over its record.

  • I can search for a movie by one of the movie’s fields. Once I select title, genre, or director name, I can then search for any partial matches of the selected field and find the movie I am looking for.

  • I can sort the list of movies alphabetically by title, director, or genre.

About

Build a REST web API in ASP.NET and connect a jQuery frontend, pair-programmed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published