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, ...
engine = create_engine('mysql+pymysql://root:@localhost:9030/zhou') #engine = create_engine('mysql+pymysql://root:123456@localhost:3306/zhou') (guoxiang) root ...