Skip to content

pavelToman/ToDo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

There are 2 containers:

  • backend: Django rest + sqlite
  • frontend: Vue3

Run by make

$ make up - run both backend and frontend
Vite serves frontend to host (address is given after container start)
Backend is on localhost:8000

$ make down - removes containers and either images