Skip to content

RyMack05/databases-project-2026

 
 

Repository files navigation

databases-project-2026

Course Project for Databases, IE University, Spring 2026

clone repo

git clone

go into folder

cd repo-name

create new branch

git checkout -b branch-name

check current branch

git branch

stage changes

git add .

commit

git commit -m "your message"

push

git push -u origin branch-name

About

databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 59.0%
  • HTML 26.7%
  • CSS 14.3%