/next_practice

Primary LanguageJupyter Notebook

This is a practice repo

TODO:

  • Write simple sqlite database
  • Write next.js backend to interact with this database
    • implement CRUD api
  • Use prism ORM to make accessing database simpler
  • Build simple frontend to interact with this database perform all CRUD
  • Add tRPC to make client and server side type-safe
  • Modify sqlite database to a postgresql database