u/Hungry-Poem-2036

Note-APİ

Hey,

I’ve been learning backend development with FastAPI and built a small Notes API as practice.

Users can register, login, and manage their own notes (CRUD).

I’d really appreciate some feedback from more experienced developers:

- project structure

- API design

- anything I could improve

I’m still learning, so all constructive criticism is welcome. Thanks!

reddit.com
u/Hungry-Poem-2036 — 12 days ago
▲ 14 r/FastAPI

Backend project (FastAPI + PostgreSQL) — feedback appreciated

Hi everyone,

I’m currently building my backend portfolio using FastAPI and would really appreciate some honest feedback on my project.

Project: Notes API

GitHub: https://github.com/tamerlan-islamzade/Note-API

It’s a RESTful API where users can register, authenticate, and manage their personal notes with full CRUD operations.

Tech stack:

FastAPI, PostgreSQL, SQLAlchemy, Pydantic, JWT, bcrypt, pytest

I’d really appreciate feedback on:

- Project structure / architecture

- Code quality and organization

- FastAPI best practices

- Anything I should improve to make it more production-ready

I’m still learning, so any constructive criticism is welcome. Thanks in advance for your time!

u/Hungry-Poem-2036 — 12 days ago