You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
310 B

  1. # Petstore Swagger Demo
  2. Tovi Jaeschke-Rogers | 2022/02/02
  3. ## Possible improvements
  4. Below is a list of improvements I would add if this was code for a production environment
  5. - Remove orphaned files after they are deleted
  6. - Use UUID's for the ID's, to prevent any conflicts
  7. - Authentication to be added