A lightweight and fast RESTful API for managing notes, built with FastAPI. Features user authentication (JWT), note ownership, tags, search, pagination, and archiving. Docker-ready, tested with CI, ...
├── app/ # Main application package │ ├── api/ # API layer │ │ ├── dependencies.py # Dependency injection │ │ └── v1/ # API version 1 │ │ ├── auth.py # Authentication endpoints │ │ ├── books.py # ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results