{"id":19664556,"url":"https://github.com/sancakerkan/musicstudiodbms","last_synced_at":"2026-05-15T06:09:19.475Z","repository":{"id":246937162,"uuid":"824530211","full_name":"sancakerkan/MusicStudioDBMS","owner":"sancakerkan","description":"This project aims to create a database management system for a music studio using Java and PostgreSQL. It includes tables and relationships to manage the studio's courses, customers, reservations, and payments.","archived":false,"fork":false,"pushed_at":"2024-07-05T21:09:06.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T02:20:06.530Z","etag":null,"topics":["database","database-management","dbms","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sancakerkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-05T10:24:59.000Z","updated_at":"2024-07-05T21:10:25.000Z","dependencies_parsed_at":"2024-07-05T23:38:04.580Z","dependency_job_id":null,"html_url":"https://github.com/sancakerkan/MusicStudioDBMS","commit_stats":null,"previous_names":["sancakerkan/musicstudiodbms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FMusicStudioDBMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FMusicStudioDBMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FMusicStudioDBMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sancakerkan%2FMusicStudioDBMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sancakerkan","download_url":"https://codeload.github.com/sancakerkan/MusicStudioDBMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240974365,"owners_count":19887296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-management","dbms","postgresql","sql"],"created_at":"2024-11-11T16:18:05.546Z","updated_at":"2026-05-15T06:09:19.385Z","avatar_url":"https://github.com/sancakerkan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Music Studio Database Management System (MusicStudioDBMS)\n\nThis project aims to create a database management system for a music studio using Java and PostgreSQL. It includes tables and relationships to manage the studio's courses, customers, reservations, and payments.\n\n## Project Structure\n\n- **sql/**: Directory containing SQL files.\n  - `createdb.sql`: Initializes the database schema and initial data.\n  - `musicstudio.sql`: Defines the database schema specific to the music studio.\n  - `queries.sql`: Contains sample queries.\n\n## Usage Guide\n\n### Cloning the Project\n\nTo clone the project to your local machine, use the following command:\n\n```bash\ngit clone https://github.com/sancakerkan/MusicStudioDBMS.git\n```\n### Setting Up the Database\n\n1. Install PostgreSQL: If not already installed, download and install the latest version of [PostgreSQL](https://www.postgresql.org/).\n2. Create the Database: Use createdb.sql to create a new database in PostgreSQL and load initial data:\n   ```bash\n   psql -U username -d database_name -a -f createdb.sql\n   ```\n3. Load Database Schema and Sample Data: Use musicstudio.sql to load the music studio database schema and sample data:\n    ```bash\n   psql -U username -d database_name -a -f musicstudio.sql\n    ```\n4. Insert Sample Data: If needed, insert sample data using queries.sql.\n    ```bash\n   psql -U username -d database -a -f queries.sql\n    ```\n## Contributing\n\nFor any feedback, questions, or contributions, please use the issues section.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsancakerkan%2Fmusicstudiodbms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsancakerkan%2Fmusicstudiodbms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsancakerkan%2Fmusicstudiodbms/lists"}