Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.02 KB

Jak uruchomić ten kod 😁

git clone https://github.com/Minister944/todo-dni-otwarte.git
cd todo-dni-otwarte
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 init_db.py # Tworzymy baze danych
uvicorn app.main:app --reload

Następnie, mając uruchomiony serwer, instalujemy zalenżności oraz uruchamiamy nasz frontend

yarn && yarn vite build && yarn vite preview --port 3000

Przydatne linki ❤️

Technologie warte uwagi❗