diff --git a/.gitignore b/.gitignore index 0dbf2f2..30f8a75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +api/app/database.db +api/password + + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/api/app/requirements.txt b/api/app/requirements.txt new file mode 100644 index 0000000..7b42cc8 --- /dev/null +++ b/api/app/requirements.txt @@ -0,0 +1,7 @@ +uvicorn +sqlmodel +alembic +fastapi +fastapi-pagination +fastapi-users[sqlmodel] +fastapi-users-db-sqlmodel diff --git a/gui/app/package-lock.json b/gui/app/package-lock.json index 6dc6800..2e89f28 100644 --- a/gui/app/package-lock.json +++ b/gui/app/package-lock.json @@ -1,11 +1,11 @@ { - "name": "auth-material-ui", + "name": "budget-forecast-gui", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "auth-material-ui", + "name": "budget-forecast-gui", "version": "1.0.0", "dependencies": { "@emotion/react": "^11.8.2",