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.
Tovi Jaeschke-Rogers b310684ce9 Delete old test file 2 years ago
api Delete old test file 2 years ago
database Clean up the code 2 years ago
models Clean up the code 2 years ago
util Clean up the code 2 years ago
.gitignore Initial commit 2 years ago
README.md Clean up the code 2 years ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago
main.go Initial commit 2 years ago

README.md

Petstore Swagger Demo

Tovi Jaeschke-Rogers | 2022/02/02

Possible improvements

Below is a list of improvements I would add if this was code for a production environment

  • Remove orphaned files after they are deleted
  • Use UUID's for the ID's, to prevent any conflicts
  • Authentication to be added