Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 395 Bytes

TODO.md

File metadata and controls

8 lines (7 loc) · 395 Bytes

List of things to do in this API

  • Add update and delete routes
  • Setup a docker to run psql
  • Migrate over to running with psql instead of sqlite
  • Leverage viper or godotenv to load in relevant config (which will also be in docker compose)
  • Leverage gin-jwt middleware (look at using argon2id for hashing? and ES256 algo)
  • Look into auth opportunities (see above)