backend

chevron-rightbackend blueprinthashtag

Backend (Python + FastAPI)

backend/
  app/
    main.py
    models.py
    schemas.py
    database.py
    crud.py
    routers/
      persons.py
  requirements.txt

Last updated