{"id":16535085,"url":"https://github.com/irenaeus-xvi/crud-express-mysql","last_synced_at":"2026-04-05T21:04:50.843Z","repository":{"id":182155449,"uuid":"668004974","full_name":"Irenaeus-XVI/Crud-Express-MySql","owner":"Irenaeus-XVI","description":" Make Crud Operation Using Express \u0026 MySql.","archived":false,"fork":false,"pushed_at":"2023-07-18T19:55:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T15:21:30.578Z","etag":null,"topics":["expressjs","mysql","nodejs","rest-api"],"latest_commit_sha":null,"homepage":"","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/Irenaeus-XVI.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}},"created_at":"2023-07-18T19:49:39.000Z","updated_at":"2023-07-18T21:08:50.000Z","dependencies_parsed_at":"2023-07-19T00:01:19.945Z","dependency_job_id":null,"html_url":"https://github.com/Irenaeus-XVI/Crud-Express-MySql","commit_stats":null,"previous_names":["irenaeus-xvi/crud-express-mysql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Irenaeus-XVI/Crud-Express-MySql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irenaeus-XVI%2FCrud-Express-MySql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irenaeus-XVI%2FCrud-Express-MySql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irenaeus-XVI%2FCrud-Express-MySql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irenaeus-XVI%2FCrud-Express-MySql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Irenaeus-XVI","download_url":"https://codeload.github.com/Irenaeus-XVI/Crud-Express-MySql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irenaeus-XVI%2FCrud-Express-MySql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259868337,"owners_count":22924231,"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":["expressjs","mysql","nodejs","rest-api"],"created_at":"2024-10-11T18:26:22.561Z","updated_at":"2025-12-30T22:33:41.270Z","avatar_url":"https://github.com/Irenaeus-XVI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crud-Express-MySql\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Irenaeus-XVI/Crud-Express-MySql/blob/master/LICENSE)\n[![Node.js Version](https://img.shields.io/badge/node-%3E%3D%2012-brightgreen)](https://nodejs.org/)\n[![Express.js Version](https://img.shields.io/badge/express-%5E4.17.1-yellow)](https://www.npmjs.com/package/express)\n[![MySQL Version](https://img.shields.io/badge/mysql-%5E2.18.1-orange)](https://www.npmjs.com/package/mysql)\n\nCrud-Express-MySql is a simple CRUD (Create, Read, Update, Delete) application built with Node.js, Express.js, and MySQL. It provides a basic HTTP interface to interact with a MySQL database and perform CRUD operations on the data.\n\n## Features\n\n- Create new items\n- Read existing items\n- Update existing items\n- Delete items\n- MySQL database integration\n- RESTful API design\n- Easy to use and extend\n\n## Installation\n\n1. Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.\n2. Clone this repository: `git clone https://github.com/Irenaeus-XVI/Crud-Express-MySql.git`\n3. Navigate to the project directory: `cd Crud-Express-MySql`\n4. Install the dependencies: `npm install`\n\n## Database Configuration\n\n1. Make sure you have MySQL installed and running.\n2. Create a new database for this application.\n3. Configure the database connection in `to all js files`.\n\n## Usage\n\n1. Start the server: `npm start`\n2. The API will be accessible at: `http://localhost:3000`\n\n## API Endpoints\n\n- `GET /` - Get all products\n- `GET /searchProduct` - Get a specific item\n- `POST /addProduct` - Create a new item (JSON payload required)\n- `PUT /updateProduct` - Update an existing item (JSON payload required)\n- `DELETE /deleteProduct` - Delete an item\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions, please feel free to open an issue or create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/Irenaeus-XVI/Crud-Express-MySql/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firenaeus-xvi%2Fcrud-express-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firenaeus-xvi%2Fcrud-express-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firenaeus-xvi%2Fcrud-express-mysql/lists"}