Skip to content

This is a node.js backend for an e-commerce site utilizing mysql2, sequalize, and express.

License

Notifications You must be signed in to change notification settings

cdfishe1/ecommerce-backend

Repository files navigation

Generic badge GitHub language count GitHub top language

ecommerce-backend

This is a node.js backend for an e-commerce site utilizing mysql2, sequalize, and express.

Table of Contents

Ecommerce Backend Demo

YouTube video demonstration

YouTube Video

Repository

Repository at Charles Fisher

Installation

Execute npm install to download the required dependenices: dotenv, express, mysql2, sequelize.

Usage

In order to create the tables for the database please execute node server.js. In order to seed the database please execute npm run seed. Executing server.js will also run the server needed to execute the backend functions.

Credits

Radomir Fugiel, bootcamp TA, who helped me understand the post method for creating a new product.

License

Copyright (c) Charles Fisher All rights reserved.
Please be kind and change content if you wish to use this code.

Licensed under the MIT License

Copyright (c) 2021 - present | Charles Fisher

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.

About

This is a node.js backend for an e-commerce site utilizing mysql2, sequalize, and express.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published