{"id":21942693,"url":"https://github.com/zonayedpca/nodemysqlphonebook","last_synced_at":"2025-06-16T11:03:36.680Z","repository":{"id":97127520,"uuid":"171700194","full_name":"zonayedpca/nodeMySQLPhonebook","owner":"zonayedpca","description":"A Simple Phonebook App with MySQL, Node and Express JS","archived":false,"fork":false,"pushed_at":"2019-03-19T12:34:21.000Z","size":213,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T18:54:31.552Z","etag":null,"topics":["express","mysql","node"],"latest_commit_sha":null,"homepage":"https://phonebookpca.herokuapp.com/","language":"JavaScript","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/zonayedpca.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":"2019-02-20T15:39:46.000Z","updated_at":"2024-01-15T09:46:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7e6d8fb-6f86-44a0-92c6-50a74ae56e72","html_url":"https://github.com/zonayedpca/nodeMySQLPhonebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zonayedpca/nodeMySQLPhonebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonayedpca%2FnodeMySQLPhonebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonayedpca%2FnodeMySQLPhonebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonayedpca%2FnodeMySQLPhonebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonayedpca%2FnodeMySQLPhonebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonayedpca","download_url":"https://codeload.github.com/zonayedpca/nodeMySQLPhonebook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonayedpca%2FnodeMySQLPhonebook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260148234,"owners_count":22965905,"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":["express","mysql","node"],"created_at":"2024-11-29T03:26:07.674Z","updated_at":"2025-06-16T11:03:36.605Z","avatar_url":"https://github.com/zonayedpca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nIt is basically a simple Node Express Web Application using MySQL as its Database.\n\n## Install All the Dependencies\n```\nnpm i\n```\n\n## Connect to the Database\nYou must have to connect this application to your MySQL Database using environment variables\n\n## Create Tables\nYou have to create two tables. I have added the commands below so that yoy can create those tables yourself\n### User Table:\n```\nCREATE TABLE users (\n  id INT AUTO_INCREMENT PRIMARY KEY,\n  username VARCHAR(100) NOT NULL,\n  password VARCHAR(100) NOT NULL\n);\n```\n### Phones Table:\n```\nCREATE TABLE phones (\n  id INT AUTO_INCREMENT PRIMARY KEY,\n  name VARCHAR(250) NOT NULL,\n  phone VARCHAR(100) NOT NULL,\n  user_id INT NOT NULL,\n  FOREIGN KEY(user_id) REFERENCES users(id)\n);\n```\n\n## Run development server\n```\nnpm run dev\n```\n\n## Thanks\n```\n||||||||||| |||     |||    |||    |||   ||| |||  || ||||||||\n    |||     |||     |||   |||||   ||||| ||| ||| ||   |||\n    |||     |||||||||||  ||| |||  ||| ||||| |||||     |||\n    |||     |||     |||  ||| |||  |||  |||| ||| ||      |||\n    |||     |||     ||| |||   ||| |||   ||| |||  || ||||||||\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonayedpca%2Fnodemysqlphonebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonayedpca%2Fnodemysqlphonebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonayedpca%2Fnodemysqlphonebook/lists"}