Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfarshchian/e-commerce_backend_database
databases accessed through API calls to update MYSQL servers to create, edit, delete, and add data.
https://github.com/kfarshchian/e-commerce_backend_database
database dotenv javascript mysql mysql2 nodejs npm sequelize
Last synced: about 1 month ago
JSON representation
databases accessed through API calls to update MYSQL servers to create, edit, delete, and add data.
- Host: GitHub
- URL: https://github.com/kfarshchian/e-commerce_backend_database
- Owner: kfarshchian
- Created: 2023-01-27T21:39:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T05:55:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-27T08:28:31.889Z (over 1 year ago)
- Topics: database, dotenv, javascript, mysql, mysql2, nodejs, npm, sequelize
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Database Manager
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Description
The reason I made this project was to build a backend database using Express.js and Sequelize to run APIs to show, modify, add, and delete data in the database. This is an easier way to build databases and work on them. It is an all in one server and connection point for data.## Table of Contents
- [License](#License)
- [Description](#Description)
- [Installation](#installation)
- [Usage](#Usage)
- [Credits](#credits)
- [Tests](#Tests)
- [Questions](#Questions)
## Installation
- npm install
- npm i --save mysql2
- npm i sequelize
- npm i dotenv## Usage
- Walk through video: https://drive.google.com/file/d/11uyp5CquJRx8e1Q9wRRKz5_lVz1ADsBs/view
![alttext](./assets/images/site.png)
This project makes it easier for an e-commerce website to maintain its databases. They can perform API get, post, put, and delete calls to adjust whatever needs to fix, added, or deleted all in one place without having to know all the table information. They only need to get the ID of what needs to be done and fix it from an API call. They also only need the category name or product name to add new information to the database.
## Credits
Starter code Xandromus## Tests
I have used API calls in every API route to get, put, post, and delete.## Questions
If you would like to ask me any questions. Contact me at my email address below or you can check out my Github profile.
- [email protected]
- Github user name- kfarshchian