2023-08-15 13:14:35 +00:00
|
|
|
# poetry install
|
2023-08-27 07:18:30 +00:00
|
|
|
# poetry shell
|
2023-08-15 13:14:35 +00:00
|
|
|
|
|
|
|
# cd backend
|
|
|
|
# pip install -r requirement.txt
|
2023-08-27 07:18:30 +00:00
|
|
|
# uvicorn main:app --reload
|
|
|
|
|
|
|
|
# cd ..
|
2023-08-15 13:14:35 +00:00
|
|
|
|
|
|
|
# cd frontend
|
|
|
|
# npm install
|
|
|
|
# npm run dev
|
|
|
|
|
|
|
|
# localhost:3000
|