Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 331 Bytes

Notetaker API

API for the notetaker application built using Rust.

TODO:

  • configure git hook for clippy + tests
  • split router into smaller routers
  • add 404 error handling
  • configure sqlx cli migrations
  • configure sqlx offline mode
  • configure tests for database
  • handle CRUD for notes
  • add proper status code for routes