Shortdiary consists of two parts, an API written in Python using FastAPI and Tortoise ORM, and an ES6 frontend using Vue 3 + Vite + Pinia + Element-Plus.
poetry install
poetry run uvicorn main:app --reload
yarn install
yarn dev
Shortdiary consists of two parts, an API written in Python using FastAPI and Tortoise ORM, and an ES6 frontend using Vue 3 + Vite + Pinia + Element-Plus.
poetry install
poetry run uvicorn main:app --reload
yarn install
yarn dev