added structured api endpoints and done some refactoring
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Failing after 18s

This commit is contained in:
Finn Christiansen 2023-08-12 00:20:51 +02:00
parent a689b1c56d
commit d8607212da
15 changed files with 362 additions and 57 deletions

View file

@ -1,6 +1,6 @@
from sqlalchemy import Column, Integer, String
from database import Base
from db.database import Base
class Item(Base):