Skip to content

raykotab/AlvarApiMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • CRUD in Vanilla Js for a list of favourite movies

This is a Bootcamp Exercise where we had to set up CRUD operations:

First with Postman, create the crud to the movies Api

Then with Vanilla Javascript.

Requirements

  • Install the faker Api:

    sudo npm install -g json-server

  • Execute the json

    json-server --watch peliculas.json

  • Install Postman

    https://www.postman.com/

  • Create a Crud in Postman

  • Create a Crud in Frontend

    Use the folder ./public/index.html to replace the page to start

  • Modify the JSON and add pictures to the movies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages