desktop修正
This commit is contained in:
15
メモ.txt
15
メモ.txt
@@ -59,9 +59,19 @@ cd C:\workspace\njts-accounting-core\backend
|
||||
|
||||
python -m venv .venv
|
||||
|
||||
C:\workspace\njts-accounting-core\backend\.venv\pyvenv.cfg
|
||||
home = C:\Users\zxh_y\AppData\Local\Programs\Python\Python312
|
||||
include-system-site-packages = false
|
||||
version = 3.12.9
|
||||
executable = C:\Users\zxh_y\AppData\Local\Programs\Python\Python312\python.exe
|
||||
command = C:\Users\zxh_y\AppData\Local\Programs\Python\Python312\python.exe -m venv C:\workspace\njts-accounting-core\backend\.venv
|
||||
|
||||
|
||||
cd C:\workspace\njts-accounting-core\backend
|
||||
.venv\Scripts\activate
|
||||
uvicorn app.main:app --reload --host 127.0.0.1 --port 18080
|
||||
|
||||
http://localhost:18080/docs
|
||||
|
||||
backend\requirements.txt
|
||||
ーーーーーーーーーーーーー
|
||||
@@ -91,4 +101,7 @@ def root():
|
||||
|
||||
|
||||
|
||||
pip install psycopg[binary]==3.2.3
|
||||
pip install psycopg[binary]==3.2.3
|
||||
|
||||
|
||||
C:\workspace\njts-accounting-core\backend uvicorn app.main:app --reload --host 127.0.0.1 --port 18080
|
||||
Reference in New Issue
Block a user