refactored structure and added backend
authorPhiTux <redacted>
Sat, 30 Nov 2024 15:51:17 +0000 (16:51 +0100)
committerPhiTux <redacted>
Sat, 30 Nov 2024 15:51:17 +0000 (16:51 +0100)
commit0efbe3160d9f378f8d020a771ccd779daaa3a217
treebb7161536e8e24cf65872c301d7cf935adf2745f
parent5bb31d2743b27a2f29394028a20af65bc24c2146
refactored structure and added backend
28 files changed:
backend/.gitignore [new file with mode: 0644]
backend/requirements.txt [new file with mode: 0644]
backend/server/__init__.py [new file with mode: 0644]
backend/server/__pycache__/__init__.cpython-312.pyc [new file with mode: 0644]
backend/server/__pycache__/main.cpython-312.pyc [new file with mode: 0644]
backend/server/main.py [new file with mode: 0644]
backend/server/routers/__init__.py [new file with mode: 0644]
backend/server/routers/__pycache__/__init__.cpython-312.pyc [new file with mode: 0644]
backend/server/routers/__pycache__/users.cpython-312.pyc [new file with mode: 0644]
backend/server/routers/users.py [new file with mode: 0644]
frontend/.gitignore [new file with mode: 0644]
frontend/.npmrc [new file with mode: 0644]
frontend/.prettierignore [new file with mode: 0644]
frontend/.prettierrc [new file with mode: 0644]
frontend/README.md [new file with mode: 0644]
frontend/eslint.config.js [new file with mode: 0644]
frontend/package-lock.json [new file with mode: 0644]
frontend/package.json [new file with mode: 0644]
frontend/src/app.html [new file with mode: 0644]
frontend/src/lib/assets/locked_heart_with_keyhole.svg [new file with mode: 0644]
frontend/src/routes/+layout.js [new file with mode: 0644]
frontend/src/routes/+layout.svelte [new file with mode: 0644]
frontend/src/routes/+page.svelte [new file with mode: 0644]
frontend/src/routes/login/+page.svelte [new file with mode: 0644]
frontend/src/scss/styles.scss [new file with mode: 0644]
frontend/static/favicon.svg [new file with mode: 0644]
frontend/svelte.config.js [new file with mode: 0644]
frontend/vite.config.js [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT