Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 314 Bytes

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