Загрузить файлы в «/»
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
SECRET_KEY=change-me-in-production
|
||||
API_KEY=demo-api-key-change-in-production
|
||||
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.34.0
|
||||
sqlalchemy>=2.0.36
|
||||
bcrypt>=4.0.0
|
||||
python-multipart>=0.0.20
|
||||
jinja2>=3.1.5
|
||||
itsdangerous>=2.2.0
|
||||
pydantic[email]>=2.11.0
|
||||
pydantic-settings>=2.7.0
|
||||
BIN
robot_management.db
Normal file
BIN
robot_management.db
Normal file
Binary file not shown.
4
run.bat
Normal file
4
run.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
call venv\Scripts\activate.bat
|
||||
uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload
|
||||
Reference in New Issue
Block a user