https://github.com/Danchik675/danchik-backend.gitcd /path/to/danchik-backend # ← Replace this with your actual backend folder location
git init
git remote add origin https://github.com/Danchik675/danchik-backend.git
git add .
git commit -m "Initial backend commit"
git push -u origin master
https://github.com/Danchik675/danchik-frontend.gitcd /path/to/danchik-frontend # ← Replace this with your actual frontend folder location
git init
git remote add origin https://github.com/Danchik675/danchik-frontend.git
git add .
git commit -m "Initial frontend commit"
git push -u origin master