Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 470 Bytes

shortdiary

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.

Backend

poetry install
poetry run uvicorn main:app --reload

Frontend

yarn install
yarn dev