Skip to content

Minister944/todo-dni-otwarte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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❗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published