Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 303 Bytes

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