Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

README: Walkthrough Video #10

Closed
7 tasks done
Tracked by #9
ErikPlachta opened this issue Feb 5, 2022 · 2 comments · Fixed by #15
Closed
7 tasks done
Tracked by #9

README: Walkthrough Video #10

ErikPlachta opened this issue Feb 5, 2022 · 2 comments · Fixed by #15
Labels
documentation Improvements or additions to documentation

Comments

@ErikPlachta
Copy link
Owner

ErikPlachta commented Feb 5, 2022

Add Walkthrough video to README with how to use API

  • The walkthrough video must show all of the technical acceptance criteria being met.
  • The walkthrough video must demonstrate how to create the schema from the MySQL shell.
  • The walkthrough video must demonstrate how to seed the database from the command line.
  • The walkthrough video must demonstrate how to start the application’s server.
  • The walkthrough video must demonstrate GET routes for all categories, all products, and all tags being tested in Insomnia.
  • The walkthrough video must demonstrate GET routes for a single category, a single product, and a single tag being tested in Insomnia.
  • The walkthrough video must demonstrate POST, PUT, and DELETE routes for categories, products, and tags being tested in Insomnia.

  1. Show package.json
  2. npm i
  3. While running, update .env with info
  4. MySQL -u root -p < db/schema.sql
  5. npm start
  6. Demonstrate API calling with Insomnia
    1. GET ALL
      1. categories
      2. products
      3. tags
    2. GET /:id
      1. categories
      2. products
      3. tags
    3. POST
      1. categories
      2. products
      3. tags
    4. PUT /:id
      1. categories
      2. products
      3. tags
    5. DELETE /:id
      1. categories
      2. products
      3. tags
@ErikPlachta ErikPlachta added this to the Complete Project milestone Feb 5, 2022
@ErikPlachta ErikPlachta added the documentation Improvements or additions to documentation label Feb 5, 2022
@ErikPlachta ErikPlachta mentioned this issue Feb 6, 2022
8 tasks
@ErikPlachta ErikPlachta changed the title README: Walkthrough README: Walkthrough Video Feb 6, 2022
@ErikPlachta
Copy link
Owner Author

Working on this now, everything else 100% verified.

@ErikPlachta
Copy link
Owner Author

Completed FULL video. Adding to repo root and closing this issue.

@ErikPlachta ErikPlachta linked a pull request Feb 6, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant