Skip to content

Files

Latest commit

e533a36 · Sep 6, 2021

History

History
10 lines (8 loc) · 131 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 131 Bytes

To set up the application

backend

  • cd backend
  • docker-compose up -d

frontend

  • cd frontend
  • npm install
  • npm run serve