{"id":20166166,"url":"https://github.com/yolgesanchez/erp_system_database","last_synced_at":"2026-05-18T03:31:33.321Z","repository":{"id":259128726,"uuid":"876341775","full_name":"YolgeSanchez/erp_system_database","owner":"YolgeSanchez","description":"SQL Script to run the database dedicated to the ERP System Server","archived":false,"fork":false,"pushed_at":"2024-10-21T22:18:56.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T18:53:50.681Z","etag":null,"topics":["database","erp","postgresql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YolgeSanchez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-21T20:01:59.000Z","updated_at":"2025-08-02T07:06:37.000Z","dependencies_parsed_at":"2024-10-22T20:46:15.502Z","dependency_job_id":null,"html_url":"https://github.com/YolgeSanchez/erp_system_database","commit_stats":null,"previous_names":["yolgesanchez/erp_system_database"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YolgeSanchez/erp_system_database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YolgeSanchez%2Ferp_system_database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YolgeSanchez%2Ferp_system_database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YolgeSanchez%2Ferp_system_database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YolgeSanchez%2Ferp_system_database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YolgeSanchez","download_url":"https://codeload.github.com/YolgeSanchez/erp_system_database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YolgeSanchez%2Ferp_system_database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","erp","postgresql"],"created_at":"2024-11-14T00:42:47.560Z","updated_at":"2026-05-18T03:31:33.302Z","avatar_url":"https://github.com/YolgeSanchez.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏪 Store ERP System Database Setup\n\nWelcome to the Store ERP System Database repository! This project provides the SQL script needed to set up a PostgreSQL database for managing essential operations in a store-based ERP system, such as inventory, sales, and customer management.\n\n## 📋 Prerequisites\n\nBefore you can run the database script, ensure that you have the following installed:\n\n### 1. 🐘 PostgreSQL\n\nPostgreSQL is the database management system you’ll use.\u003cbr/\u003e \n👉 Download PostgreSQL [here](https://www.postgresql.org/download/).\n\n### 2. 🖥️ pgAdmin\n\npgAdmin is a user-friendly interface for managing your PostgreSQL databases.\u003cbr/\u003e \n👉 Download pgAdmin [here](https://www.pgadmin.org/download/).\n\n## 🚀 Setting Up the Database\n\nFollow these steps to set up the ERP system database:\n\n### 1. 🔑 Open pgAdmin\n\nStart pgAdmin and connect to your local PostgreSQL server.\u003cbr/\u003e \n📝 You may be prompted to set up a master password if it's your first time using pgAdmin.\n\n### 2. 🗂️ Create a New Database\n   \nIn the pgAdmin dashboard, right-click on \"Databases\" in the left-hand menu.\u003cbr/\u003e \nSelect \"Create\" \u003e \"Database...\".\u003cbr/\u003e \nEnter a name for your database (e.g., store_erp) and hit Save.\n\n### 3. ✏️ Open the Query Tool\n   \nRight-click on the newly created database (store_erp) and select \"Query Tool\".\u003cbr/\u003e \nThis will open an editor where you can run SQL commands.\n\n### 4. 📜 Run the SQL Script\n\nCopy the SQL script from this repository.\u003cbr/\u003e \nPaste it into the Query Tool.\u003cbr/\u003e \nClick the Execute button (⚡) to run the script and create your tables.\n\n### 5. 🔍 Verify Database Structure\n\nAfter execution, you’ll see the database tables like inventory, customers, orders, and more under the \"Schemas\" section.\u003cbr/\u003e \nExplore the tables to ensure everything is set up.\n\n### 6. 🔗 Connect to the ERP Backend\n\nNow your database is ready! You can connect it to the backend of your ERP system to handle store operations efficiently.\u003cbr/\u003e \n👉 Get the backend here in this [erp_system_server](https://github.com/YolgeSanchez/erp_system_server) repository of mine.\n\n## 📚 Additional Resources\n\nFor further assistance on PostgreSQL and pgAdmin, check out:\n\n📖 [PostgreSQL Docs](https://www.postgresql.org/docs/)\u003cbr/\u003e \n📖 [pgAdmin Docs](https://www.pgadmin.org/docs/)\n\n---\n\nIf you found this database helpful, please ⭐️ this repository! Your support is greatly appreciated. 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyolgesanchez%2Ferp_system_database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyolgesanchez%2Ferp_system_database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyolgesanchez%2Ferp_system_database/lists"}