Skip to content

Latest commit

 

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