Skip to content

askin/tinytodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny ToDo A Simple Tiny ToDo Manager

It is written with python FastAPI and Vue.js to practice vue.js and rest api.

Tiny ToDo

How to run

Server

cd server
pip install -r requirements.txt
uvicorn api:app --reload

Client

cd client
npm install
npm run serve