https://github.com/josemartin357/e-commerce
Node-based application for an e-commerce site, which consists of a backend server.
https://github.com/josemartin357/e-commerce
expressjs insomnia mysql nodejs sequelize
Last synced: 3 months ago
JSON representation
Node-based application for an e-commerce site, which consists of a backend server.
- Host: GitHub
- URL: https://github.com/josemartin357/e-commerce
- Owner: josemartin357
- License: mit
- Created: 2021-10-31T19:37:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T19:58:08.000Z (over 4 years ago)
- Last Synced: 2025-10-29T16:50:56.688Z (9 months ago)
- Topics: expressjs, insomnia, mysql, nodejs, sequelize
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-commerce

## Description:
Node-based application for an e-commerce site, which consists of a backend server created with Express, MySQL and Sequelize though Object Relational Mapping.
## Video demonstration
Part 1:
Products "GET" route, Categories "GET" route, Tags "GET" route; and "GET","PUT" and "DELETE" routes for categories with ID.
https://user-images.githubusercontent.com/83382332/140622457-f68bbc7d-2340-4149-9c32-d31318b50fb1.mov
Part 2:
"GET","PUT" and "DELETE" routes for products with ID.
https://user-images.githubusercontent.com/83382332/140622415-bff851c0-9ebf-4ba3-81c3-dc9bb15a5e86.mov
Part 3:
Sample of loading db and seeds; and tags routed "GET", "PUT" and "DELETE" demo.
https://user-images.githubusercontent.com/83382332/142776960-3f58a8a8-9d39-4416-925b-66b1fd8cb08a.mp4
## Table of Contents
* [Installation](#installation)
* [Technologies Used](#builtwith)
* [Usage](#usage)
* [Contribution](#contribution)
* [License](#license)
* [Questions](#questions)
## Installation
To install project, simply clone repository or download documents and save them to your computer.
Also, type in terminal `npm i` or `npm install` to install dependency packages needed.
## Technologies Used:
Node.js
Express
MySql
Sequelize
Insomnia
## Usage
You will need to login to MySql and source `schema.sql`.
To use the application, run the seeds with `npm run seed` and call `npm start`.
In this example, I use Insomnia to view data.
## Contribution
You are welcome to contribute to project. Please “fork” it to your Github and work from there.
## License
MIT
Copyright (c) 2021, Martin Bedoya
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
## Questions
Use information below to contact me for questions or future collaboration.
GitHub: https://github.com/josemartin357
Email: martin.bedoya2021@gmail.com