mercari-build / mercari-build-training

24 stars 225 forks source link

Step 3 Pull Request #70

Closed narufish closed 2 years ago

narufish commented 2 years ago

What

Finished all of step 3 to make a listing API

Details:

  1. Added JSON file.
  2. Edited code to store and retrieve information from POST and GET requests into JSON file.
  3. Added database (items.db).
  4. Edited code to successfully save information and retrieve information from the database with POST and GET requests.
  5. Added the endpoint to return a list of items that include a specified keyword called GET /search.
  6. Changed the code so that the items can have images.
  7. Made an endpoint returns item details from inputting the item_id.
  8. Changed the code to work with two tables in the database (items and category).
  9. Changed the log level of the program to display debug logs.

CHECKS :warning:

Please make sure you are aware of the following.