Skip to content

akuchalskij/todoapp-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo application | Python & VueJS

Install:

  1. install dependencies - pip install -r requirements.txt
  2. run migrations - alembic upgrade head
  3. run server - uvicorn main:app --reload
  4. cd ui/ && npm i
  5. npm run serve

open browser http://localhost:8080/tasks

Image description