Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbichsel/ecommerce-sequelize
https://github.com/zbichsel/ecommerce-sequelize
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zbichsel/ecommerce-sequelize
- Owner: zbichsel
- License: mit
- Created: 2023-08-08T00:01:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T21:54:15.000Z (over 1 year ago)
- Last Synced: 2024-11-19T15:58:17.491Z (2 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travel-planner
## Description
This is a Back End application which utilizes **MySQL** database with **Sequelize**, **Express**, and **Dotenv** to keep records in tables. The user can *Add*, *Delete*, *Update*, and *Find/Find by ID* through the tables. This application focuses on real-world application where these tools would be helpful in creating connections between products, tags, and categories.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Questions](#questions)## Installation
Git clone the repository.
Please make sure that the **mysql2**, **express**, **sequelize**, and **dotenv** dependencies has been downloaded. If not, please run the following command:
`npm i express`
`npm i mysql2`
`npm i sequelize`
`npm i dotenv`This will install the MySQL and Inquirer packages and versions which are necessary for the application to run. Learn more about [Mysql2](https://www.npmjs.com/package/mysql2), [Sequelize](https://www.npmjs.com/package/sequelize), [Dotenv](https://www.npmjs.com/package/sequelize), and [Express](https://www.npmjs.com/package/express).
## Usage
To access this note taker application, please run the following command in your integrated terminal for this repository:
`node server.js`
## Screenshot
![Screenshot](./images/Screenshot%202023-08-17%20at%204.34.42%20PM.png)
## Video
https://github.com/zbichsel/ecommerce-sequelize/assets/136612956/18a4e5e1-6ba7-4fb7-8f0f-08bcfa2adf95
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
This project is licensed under MIT. Please check LICENSE document in repository for more information.
## How to Contribute
If you would like to contribute to this project, please open a new issue or submit a pull request.
## Tests
There are currently no test for this application
## Video
## Questions
If you have any questions, feel free to reach me at [GitHub](https://github.com/zbichsel) or via email at [[email protected]]([email protected]).