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, ...
Creating a New Model Create a new model file in src/app/models/ Define your SQLAlchemy model Create a new schema file in src/app/schemas/ Create a new CRUD file in src/app/crud/ Add corresponding ...