Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 433 Bytes

File metadata and controls

21 lines (18 loc) · 433 Bytes

Jak odpalić Będziesz potrzebować dwóch terminali (konsol).

  1. Backend (Serwer Python) W pierwszym terminalu: Wejdź do głównego folderu projektu. Zainstaluj biblioteki: pip install -r requirements.txt Uruchom serwer: python backend.py Serwer wstanie na: http://localhost:8000
  2. Frontend W drugim terminalu: Wejdź do folderu frontendu:

cd frontend-tracker Zainstaluj biblioteki:

npm install Uruchom aplikację:

npm run dev