Skip to content

Match management application for Qatar-2022 World Cup developed in collaboration with my classmates.

Notifications You must be signed in to change notification settings

CyrineKarray/Qatar-2022-World-Cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export database:
pg_dump -U postgres --no-owner formations > worldcup.sql

import database:
drop database formations WITH(FORCE);
create database formations;
psql -U postgres formations < worldcup.sql

Admin:
login:medaliyacoubi
pswd:01060789

Mod:
login:medalimod
pswd:01060789

About

Match management application for Qatar-2022 World Cup developed in collaboration with my classmates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages