Tiny ToDo A Simple Tiny ToDo Manager It is written with python FastAPI and Vue.js to practice vue.js and rest api. How to run Server cd server pip install -r requirements.txt uvicorn api:app --reload Client cd client npm install npm run serve