Started working on projects related endpoints

This commit is contained in:
Marta Borgia Leiva 2026-01-27 11:15:00 +01:00
parent 0b676688c2
commit abd4d5e988
6 changed files with 93 additions and 63 deletions

View file

@ -1,7 +1,6 @@
from sqlalchemy import Column, ForeignKey, String, Integer, Table
from sqlalchemy.orm import relationship
from database import Base
from pydantic import BaseModel
from typing import Optional, List
project_user = Table(