Capricious150 / Backend-E-Commerce-Demo-App

A little demo application for managing a database for a product catalogue, using SQL, mysql2, NodeJS, Express, and Sequelize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECommerce SQL Routes

License Badge for MIT license

Links

Demo Video

Description

A demo program which allows a use to interact with an "ecommerce" database in SQL using server methods GET, POST, PUT, and DELETE.

Table of Contents

Installation

Usage

Contributing

Tests

Questions

License

Installation

Download the repo, run npm i in Node to install the necessary dependencies

Usage

In Node execute server.js. By default, it will run on port 3001. Use a REST Client to interact with its various routes. Review my Demo Video for more information

Contributing

Contribute as you see fit within the bounds of the license

Tests

Test as you see fit

Questions

To view my other repositories or see the repo for this proect, visit my GitHub. To contact me with questions, please email me at austinandrews89@gmail.com

License

This application is covered under the following license: MIT

About

A little demo application for managing a database for a product catalogue, using SQL, mysql2, NodeJS, Express, and Sequelize


Languages

Language:JavaScript 100.0%